.coveragerc
.gitignore
.readthedocs.yml
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
README.md
dev-requirements.in
dev-requirements.txt
environment.yml
license.md
requirements.txt
setup.cfg
setup.py
tox.ini
.circleci/config.yml
agentMET4FOF/__init__.py
agentMET4FOF/exceptions.py
agentMET4FOF/network.py
agentMET4FOF.egg-info/PKG-INFO
agentMET4FOF.egg-info/SOURCES.txt
agentMET4FOF.egg-info/dependency_links.txt
agentMET4FOF.egg-info/requires.txt
agentMET4FOF.egg-info/top_level.txt
agentMET4FOF/agents/__init__.py
agentMET4FOF/agents/base_agents.py
agentMET4FOF/agents/metrological_base_agents.py
agentMET4FOF/agents/metrological_redundancy_agents.py
agentMET4FOF/agents/metrological_signal_agents.py
agentMET4FOF/agents/noise_jitter_removal_agents.py
agentMET4FOF/agents/signal_agents.py
agentMET4FOF/dashboard/Dashboard.py
agentMET4FOF/dashboard/Dashboard_Control.py
agentMET4FOF/dashboard/Dashboard_agt_net.py
agentMET4FOF/dashboard/Dashboard_layout_base.py
agentMET4FOF/dashboard/LayoutHelper.py
agentMET4FOF/dashboard/__init__.py
agentMET4FOF/dashboard/default_network_stylesheet.py
agentMET4FOF/dashboard/assets/render_mpld3.js
agentMET4FOF/dashboard/assets/stylesheet.css
agentMET4FOF/metrological_agents/__init__.py
agentMET4FOF/metrological_streams/__init__.py
agentMET4FOF/streams/__init__.py
agentMET4FOF/streams/base_streams.py
agentMET4FOF/streams/metrological_base_streams.py
agentMET4FOF/streams/metrological_signal_streams.py
agentMET4FOF/streams/signal_streams.py
agentMET4FOF/utils/__init__.py
agentMET4FOF/utils/buffer.py
agentMET4FOF_tutorials/__init__.py
agentMET4FOF_tutorials/tutorial_1_generator_agent.ipynb
agentMET4FOF_tutorials/tutorial_1_generator_agent.py
agentMET4FOF_tutorials/tutorial_2_math_agent.ipynb
agentMET4FOF_tutorials/tutorial_2_math_agent.py
agentMET4FOF_tutorials/tutorial_3_multi_channel.ipynb
agentMET4FOF_tutorials/tutorial_3_multi_channel.py
agentMET4FOF_tutorials/tutorial_4_metrological_streams.ipynb
agentMET4FOF_tutorials/tutorial_4_metrological_streams.py
agentMET4FOF_tutorials/tutorial_5_coalition.ipynb
agentMET4FOF_tutorials/tutorial_5_coalition.py
agentMET4FOF_tutorials/tutorial_6_mesa_backend.ipynb
agentMET4FOF_tutorials/tutorial_6_mesa_backend.py
agentMET4FOF_tutorials/tutorial_7_generic_metrological_agent.ipynb
agentMET4FOF_tutorials/tutorial_7_generic_metrological_agent.py
agentMET4FOF_tutorials/agent_module/__init__.py
agentMET4FOF_tutorials/agent_module/ui_main_example.py
agentMET4FOF_tutorials/agent_module/ui_module_example.py
agentMET4FOF_tutorials/buffering/__init__.py
agentMET4FOF_tutorials/buffering/basic_buffering.py
agentMET4FOF_tutorials/buffering/metrological_buffering.py
agentMET4FOF_tutorials/buffering/moving_average.py
agentMET4FOF_tutorials/datastreams/__init__.py
agentMET4FOF_tutorials/datastreams/gaussianshock_generator.py
agentMET4FOF_tutorials/datastreams/multi_generator.py
agentMET4FOF_tutorials/datastreams/simple_generator.ipynb
agentMET4FOF_tutorials/datastreams/simple_generator.py
agentMET4FOF_tutorials/noise_jitter/__init__.py
agentMET4FOF_tutorials/noise_jitter/add_noise_to_existing_signal.py
agentMET4FOF_tutorials/noise_jitter/generate_sine_with_jitter.py
agentMET4FOF_tutorials/noise_jitter/remove_noise_and_jitter.ipynb
agentMET4FOF_tutorials/noise_jitter/remove_noise_and_jitter.py
agentMET4FOF_tutorials/plotting/__init__.py
agentMET4FOF_tutorials/plotting/basic_memory_plot.py
agentMET4FOF_tutorials/plotting/basic_send_plot.py
agentMET4FOF_tutorials/plotting/custom_memory_multiple_plot.py
agentMET4FOF_tutorials/plotting/custom_memory_plot.py
agentMET4FOF_tutorials/plotting/list_of_plots.py
agentMET4FOF_tutorials/redundancy/__init__.py
agentMET4FOF_tutorials/redundancy/redundancy_agent_four_signals.ipynb
agentMET4FOF_tutorials/redundancy/redundancy_agent_four_signals.py
agentMET4FOF_tutorials/redundancy/redundancy_agent_one_signal.ipynb
agentMET4FOF_tutorials/redundancy/redundancy_agent_one_signal.py
docs/INSTALL.md
docs/Pandas-intersphinx-mappings-objects.inv
docs/PyDynamic-intersphinx-mappings-objects.inv
docs/SciPy-intersphinx-mappings-objects.inv
docs/UML_agentMET4FOF_classes_only.png
docs/UML_agents_full.png
docs/UML_dashboard_full.png
docs/UML_metrological_agents_full.png
docs/UML_metrological_streams_full.png
docs/UML_streams_full.png
docs/UMLs.md
docs/agentMET4FOF_agents.rst
docs/agentMET4FOF_banner.png
docs/agentMET4FOF_dashboard.rst
docs/agentMET4FOF_network.rst
docs/agentMET4FOF_streams.rst
docs/agentMET4FOF_utilities.rst
docs/conf.py
docs/index.rst
docs/matplotlib3.3_pytest_error_log
docs/numpy-intersphinx-mappings.txt
docs/pandas-intersphinx-mappings.txt
docs/python-intersphinx-mappings-objects.inv
docs/screenshot_met4fof.png
docs/sphinx-requirements.txt
docs/time-series-buffer-intersphinx-mappings.txt
docs/time-series-metadata-intersphinx-mappings-objects.inv
docs/tutorials.rst
tests/__init__.py
tests/conftest.py
tests/test_addremove_metrological_agents.py
tests/test_all_imports.py
tests/test_dashboard.py
tests/test_memory_monitor_agent.py
tests/test_metadata_metrological_agent.py
tests/test_naming_monitor_agents.py
tests/test_network.py
tests/test_redundancy_agent.py
tests/test_remove_agent.py
tests/test_send_plot_image.py
tests/test_send_plot_plotly.py
tests/test_tutorials.py