.coveragerc
.gitignore
AUTHORS.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.md
concepts
disable_matlab.sh
enable_matlab.sh
pytest.ini
reformat_code.sh
requirements.txt
run_flake8.sh
run_test_coverage.sh
setup.cfg
setup.py
update_readme.sh
datapool/__init__.py
datapool/bunch.py
datapool/cmdline_logging.yaml
datapool/commands.py
datapool/config.py
datapool/config_handling.py
datapool/converters.py
datapool/data_conversion.py
datapool/database.py
datapool/db_objects.py
datapool/dispatcher.py
datapool/domain_objects.py
datapool/domain_objects_checker.py
datapool/errors.py
datapool/interpreter_bridge.py
datapool/julia_runner.py
datapool/landing_zone.py
datapool/landing_zone_structure.py
datapool/logger.py
datapool/main.py
datapool/matlab_runner.py
datapool/observer.py
datapool/parameters_model.py
datapool/pretty_printers.py
datapool/python_runner.py
datapool/r_runner.py
datapool/signal_model.py
datapool/site_and_picture_model.py
datapool/source_model.py
datapool/source_type_model.py
datapool/uniform_file_format.py
datapool/utils.py
datapool/yaml_parsers.py
datapool/yaml_stuff.py
datapool.egg-info/PKG-INFO
datapool.egg-info/SOURCES.txt
datapool.egg-info/dependency_links.txt
datapool.egg-info/entry_points.txt
datapool.egg-info/not-zip-safe
datapool.egg-info/requires.txt
datapool.egg-info/top_level.txt
datapool/default_initial_landing_zone/data/parameters.yaml
datapool/default_initial_landing_zone/data/sensor_from_company_xyz/source_type.yaml
datapool/default_initial_landing_zone/data/sensor_from_company_xyz/sensor_instance_julia/conversion.jl
datapool/default_initial_landing_zone/data/sensor_from_company_xyz/sensor_instance_julia/source.yaml
datapool/default_initial_landing_zone/data/sensor_from_company_xyz/sensor_instance_julia/raw_data/data-001.raw
datapool/default_initial_landing_zone/data/sensor_from_company_xyz/sensor_instance_matlab/conversion.m
datapool/default_initial_landing_zone/data/sensor_from_company_xyz/sensor_instance_matlab/source.yaml
datapool/default_initial_landing_zone/data/sensor_from_company_xyz/sensor_instance_matlab/raw_data/data-001.raw
datapool/default_initial_landing_zone/data/sensor_from_company_xyz/sensor_instance_python/conversion.py
datapool/default_initial_landing_zone/data/sensor_from_company_xyz/sensor_instance_python/source.yaml
datapool/default_initial_landing_zone/data/sensor_from_company_xyz/sensor_instance_python/raw_data/data-001.raw
datapool/default_initial_landing_zone/data/sensor_from_company_xyz/sensor_instance_r/conversion.r
datapool/default_initial_landing_zone/data/sensor_from_company_xyz/sensor_instance_r/source.yaml
datapool/default_initial_landing_zone/data/sensor_from_company_xyz/sensor_instance_r/raw_data/data-001.raw
datapool/default_initial_landing_zone/sites/example_site/site.yaml
datapool/default_initial_landing_zone/sites/example_site/images/24G35_regenwetter.jpg
datapool/default_initial_landing_zone/sites/example_site/images/IMG_0312.JPG
datapool/default_initial_landing_zone/sites/example_site/images/IMG_0732.JPG
docs/.gitignore
docs/Makefile
docs/README.md
docs/README.mdd
docs/make.bat
docs/requirements.txt
docs/build/html/_static/ajax-loader.gif
docs/build/html/_static/comment-bright.png
docs/build/html/_static/comment-close.png
docs/build/html/_static/comment.png
docs/build/html/_static/down-pressed.png
docs/build/html/_static/down.png
docs/build/html/_static/file.png
docs/build/html/_static/keybd_closed.png
docs/build/html/_static/keybd_open.png
docs/build/html/_static/minus.png
docs/build/html/_static/plus.png
docs/build/html/_static/up-pressed.png
docs/build/html/_static/up.png
docs/source/command_line.rst
docs/source/conf.py
docs/source/constraints.rst
docs/source/database_layout.rst
docs/source/how_to_work_on_documentation.rst
docs/source/index.rst
docs/source/installation.rst
docs/source/installation_developer.rst
docs/source/instruction_data_user.rst
docs/source/test_setup.rst
docs/source/workflow_example.rst
docs/source/for_data_providers/index.rst
docs/source/for_data_providers/julia_example.rst
docs/source/for_data_providers/matlab_example.rst
docs/source/for_data_providers/python_example.rst
docs/source/for_data_providers/r_example.rst
docs/source/for_data_providers/site_example.rst
docs/source/graphics/DataFlowModel.svg
docs/source/graphics/DataModel.svg
docs/source/htmlcov/coverage_html.js
docs/source/htmlcov/datapool___init___py.html
docs/source/htmlcov/datapool_bunch_py.html
docs/source/htmlcov/datapool_commands_py.html
docs/source/htmlcov/datapool_config_handling_py.html
docs/source/htmlcov/datapool_config_py.html
docs/source/htmlcov/datapool_database_py.html
docs/source/htmlcov/datapool_db_objects_py.html
docs/source/htmlcov/datapool_domain_objects_py.html
docs/source/htmlcov/datapool_errors_py.html
docs/source/htmlcov/datapool_file_handling_py.html
docs/source/htmlcov/datapool_interpreter_bridge_py.html
docs/source/htmlcov/datapool_julia_runner_py.html
docs/source/htmlcov/datapool_landing_zone_py.html
docs/source/htmlcov/datapool_logger_py.html
docs/source/htmlcov/datapool_main_py.html
docs/source/htmlcov/datapool_matlab_runner_py.html
docs/source/htmlcov/datapool_pretty_printers_py.html
docs/source/htmlcov/datapool_site_and_picture_model_py.html
docs/source/htmlcov/datapool_utils_py.html
docs/source/htmlcov/datapool_yaml_parsers_py.html
docs/source/htmlcov/datapool_yaml_stuff_py.html
docs/source/htmlcov/index.html
docs/source/htmlcov/jquery.debounce.min.js
docs/source/htmlcov/jquery.hotkeys.js
docs/source/htmlcov/jquery.isonscreen.js
docs/source/htmlcov/jquery.min.js
docs/source/htmlcov/jquery.tablesorter.min.js
docs/source/htmlcov/keybd_closed.png
docs/source/htmlcov/keybd_open.png
docs/source/htmlcov/status.json
docs/source/htmlcov/style.css
sandbox/demo.py
sandbox/dispatcher.py
sandbox/log_receiver.py
sandbox/logger.py
sandbox/worker.py
scripts/datapool.service
scripts/setup_julia.sh
scripts/setup_julia_et_al.sh
scripts/setup_python.sh
scripts/setup_r.sh
tests/.conftest.py.swn
tests/.conftest.py.swo
tests/.conftest.py.swp
tests/.test_bunch.py.swp
tests/.test_parameters_parser.py.swp
tests/.test_source_parser.py.swp
tests/__init__.py
tests/conftest.py
tests/data.txt
tests/test_bunch.py
tests/test_commands.py
tests/test_config.py
tests/test_config_handling.py
tests/test_data_conversion.py
tests/test_database.py
tests/test_dispatcher.py
tests/test_interpreter_bridge.py
tests/test_julia_runner.py
tests/test_landing_zone_structure.py
tests/test_main.py
tests/test_matlab_runner.py
tests/test_observer.py
tests/test_parameters_model.py
tests/test_python_runner.py
tests/test_r_runner.py
tests/test_signal_model.py
tests/test_site_model.py
tests/test_source_model.py
tests/test_source_type_model.py
tests/test_uniform_file_format.py
tests/test_utils.py
tests/yaml_helpers.py
tests/_regtest_outputs/.ignore
tests/_regtest_outputs/test_bunch.test_str.out
tests/_regtest_outputs/test_commands.test_check__with_matlab.out
tests/_regtest_outputs/test_commands.test_check_config__with_matlab.out
tests/_regtest_outputs/test_commands.test_development_workflow__with_matlab.out
tests/_regtest_outputs/test_commands.test_init_config__with_matlab.out
tests/_regtest_outputs/test_commands.test_init_config_sqlite_db__with_matlab.out
tests/_regtest_outputs/test_commands.test_init_db__with_matlab.out
tests/_regtest_outputs/test_commands.test_run_simple_server__with_matlab.out
tests/_regtest_outputs/test_commands.test_start_develop__with_matlab.out
tests/_regtest_outputs/test_commands.test_update_operational__with_matlab.out
tests/_regtest_outputs/test_config.test_config.out
tests/_regtest_outputs/test_config.test_config_variable_resolution.out
tests/_regtest_outputs/test_config_handling.test_check_config.out
tests/_regtest_outputs/test_config_handling.test_check_folder.out
tests/_regtest_outputs/test_config_handling.test_faked_config.out
tests/_regtest_outputs/test_config_handling.test_init_config.out
tests/_regtest_outputs/test_data_conversion.test_julia_file_conversion.out
tests/_regtest_outputs/test_data_conversion.test_julia_file_conversion_failing.out
tests/_regtest_outputs/test_data_conversion.test_julia_file_non_ascii_output.out
tests/_regtest_outputs/test_data_conversion.test_julia_file_wrong_function_name.out
tests/_regtest_outputs/test_data_conversion.test_julia_file_wrong_module_name.out
tests/_regtest_outputs/test_data_conversion.test_matlab_file_conversion.out
tests/_regtest_outputs/test_data_conversion.test_matlab_file_conversion_failing.out
tests/_regtest_outputs/test_data_conversion.test_python_file_conversion.out
tests/_regtest_outputs/test_data_conversion.test_r_file_conversion.out
tests/_regtest_outputs/test_database.test_copy_db.out
tests/_regtest_outputs/test_dispatcher.test_dispatcher_invalid_yaml.out
tests/_regtest_outputs/test_dispatcher.test_dispatcher_multiple_scripts.out
tests/_regtest_outputs/test_dispatcher.test_dispatcher_no_python.out
tests/_regtest_outputs/test_dispatcher.test_dispatcher_no_raw.out
tests/_regtest_outputs/test_dispatcher.test_dispatcher_no_script.out
tests/_regtest_outputs/test_dispatcher.test_dispatcher_ok.out
tests/_regtest_outputs/test_dispatcher.test_dispatcher_wrong_yaml_name.out
tests/_regtest_outputs/test_dispatcher.test_log_unexpected_exceptions.out
tests/_regtest_outputs/test_julia_runner.test_julia_exception.out
tests/_regtest_outputs/test_julia_runner.test_julia_runner.out
tests/_regtest_outputs/test_julia_runner.test_julia_version.out
tests/_regtest_outputs/test_julia_runner.test_julia_with_call_limit_exceeded.out
tests/_regtest_outputs/test_julia_runner.test_julia_with_mem_limit_exceeded.out
tests/_regtest_outputs/test_main.test_init_config.out
tests/_regtest_outputs/test_matlab_runner.test_matlab_exception.out
tests/_regtest_outputs/test_matlab_runner.test_matlab_runner.out
tests/_regtest_outputs/test_parameters_model.test_commit_modified_parameters.out
tests/_regtest_outputs/test_parameters_model.test_commit_modified_parameters_2.out
tests/_regtest_outputs/test_parameters_model.test_commit_shortened_parameters.out
tests/_regtest_outputs/test_parameters_model.test_commit_valid_parameters.out
tests/_regtest_outputs/test_parameters_model.test_load_empty_parameters.out
tests/_regtest_outputs/test_parameters_model.test_load_invalid_parameters.out
tests/_regtest_outputs/test_parameters_model.test_load_valid_parameters.out
tests/_regtest_outputs/test_python_runner.test_python.out
tests/_regtest_outputs/test_python_runner.test_python_exception.out
tests/_regtest_outputs/test_r_runner.test_failed_startup.out
tests/_regtest_outputs/test_r_runner.test_r.out
tests/_regtest_outputs/test_r_runner.test_r_exception.out
tests/_regtest_outputs/test_signal_model.test_check_and_commit.out
tests/_regtest_outputs/test_signal_model.test_check_signals_against_empty_db.out
tests/_regtest_outputs/test_signal_model.test_check_signals_against_valid_db.out
tests/_regtest_outputs/test_site_model.test_allowed_site_modifications.out
tests/_regtest_outputs/test_site_model.test_commit_site_with_invalid_pictures.out
tests/_regtest_outputs/test_site_model.test_commit_site_without_pictures.out
tests/_regtest_outputs/test_site_model.test_commit_valid_site.out
tests/_regtest_outputs/test_site_model.test_load_empty_site_yml.out
tests/_regtest_outputs/test_site_model.test_load_image_file_missing.out
tests/_regtest_outputs/test_site_model.test_load_valid_site.out
tests/_regtest_outputs/test_site_model.test_update_modified_site_yml.out
tests/_regtest_outputs/test_site_model.test_update_picture_added.out
tests/_regtest_outputs/test_site_model.test_update_picture_modified.out
tests/_regtest_outputs/test_site_model.test_update_picture_removed.out
tests/_regtest_outputs/test_source_model.test_commit_invalid_source_yml.out
tests/_regtest_outputs/test_source_model.test_commit_valid_source.out
tests/_regtest_outputs/test_source_model.test_load_empty_source_yml.out
tests/_regtest_outputs/test_source_model.test_load_invalid_source_yml.out
tests/_regtest_outputs/test_source_model.test_load_valid_source.out
tests/_regtest_outputs/test_source_model.test_update_modified_source_yml.out
tests/_regtest_outputs/test_source_type_model.test_commit_modified_source_types.out
tests/_regtest_outputs/test_source_type_model.test_commit_source_types_with_allowed_modifications.out
tests/_regtest_outputs/test_source_type_model.test_commit_valid_source_type.out
tests/_regtest_outputs/test_source_type_model.test_load_empty_source_type.out
tests/_regtest_outputs/test_source_type_model.test_load_invalid_source_type.out
tests/_regtest_outputs/test_source_type_model.test_load_valid_source_type.out
tests/_regtest_outputs/test_uniform_file_format.test_invalid_data_with_site.out
tests/_regtest_outputs/test_uniform_file_format.test_invalid_data_with_xyz.out
tests/_regtest_outputs/test_uniform_file_format.test_reader.out
tests/_regtest_outputs/test_uniform_file_format.test_wrong_header.out
tests/_regtest_outputs/test_utils.test_folder_list.out
tests/data/invalid_data_uniform_file_site.csv
tests/data/invalid_data_uniform_file_xyz.csv
tests/data/invalid_header_uniform_file.csv
tests/data/invalid_header_uniform_file2.csv
tests/data/uniform_file.csv
tests/data/failing_scripts/conversion.m
tests/data/failing_scripts/conversion_exceeds_dimensions.jl
tests/data/failing_scripts/non_ascii_output.jl
tests/data/failing_scripts/wrong_function_name.jl
tests/data/failing_scripts/wrong_module_name.jl
tests/data/images/4.JPG
tests/data/test_landing_zone/data/parameters.yaml
tests/data/test_landing_zone/data/FloDar/source_type.yaml
tests/data/test_landing_zone/data/FloDar/FloDar_R/conversion.r
tests/data/test_landing_zone/data/FloDar/FloDar_R/raw_data/data-001.raw
tests/data/test_landing_zone/data/FloDar/FloDar_julia/conversion.jl
tests/data/test_landing_zone/data/FloDar/FloDar_julia/raw_data/data-001.raw
tests/data/test_landing_zone/data/FloDar/FloDar_matlab/conversion.m
tests/data/test_landing_zone/data/FloDar/FloDar_matlab/raw_data/data-001.raw
tests/data/test_landing_zone/data/FloDar/FloDar_python/conversion.py
tests/data/test_landing_zone/data/FloDar/FloDar_python/source.yaml
tests/data/test_landing_zone/data/FloDar/FloDar_python/raw_data/data-001.raw
tests/data/test_landing_zone/sites/example_site/site.yaml
tests/data/test_landing_zone/sites/example_site/images/1.jpg
tests/data/test_landing_zone/sites/example_site/images/2.JPG
tests/data/test_landing_zone/sites/example_site/images/3.JPG
tests/data/yamls/empty.yaml
tests/data/yamls/modified_site.yaml
tests/data/yamls/parameters_extended.yaml
tests/data/yamls/parameters_invalid.yaml
tests/data/yamls/parameters_modified.yaml
tests/data/yamls/parameters_modified_2.yaml
tests/data/yamls/parameters_shortened.yaml
tests/data/yamls/site_allowed_modifications.yaml
tests/data/yamls/site_description_modified.yaml
tests/data/yamls/site_modified.yaml
tests/data/yamls/site_picture_added.yaml
tests/data/yamls/site_picture_modified.yaml
tests/data/yamls/site_picture_removed.yaml
tests/data/yamls/site_with_invalid_pictures.yaml
tests/data/yamls/site_without_pictures.yaml
tests/data/yamls/source_averaging_added.yaml
tests/data/yamls/source_invalid.yaml
tests/data/yamls/source_modified.yaml
tests/data/yamls/source_type_allowed_modifications.yaml
tests/data/yamls/source_type_invalid.yaml
tests/data/yamls/source_type_modified.yaml
tests/data/yamls/source_unknown_parameters.yaml
tests/etc/README
tests/etc/datapool/datapool.ini
tests/etc/datapool/logging_config.yaml
workflow/parameters.yaml
workflow/setup_temp_landing_zone.sh
workflow/wf.sh