AUTHORS.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
setup.py
docs/Makefile
docs/make.bat
docs/source/conf.py
docs/source/index.rst
docs/source/_static/Detection_example_Snake_Island.png
docs/source/_static/ecosound_logo.png
docs/source/_static/ecosound_logo_small.png
docs/source/_static/ecosound_logo_transparent.png
ecosound/__init__.py
ecosound/_version.py
ecosound.egg-info/PKG-INFO
ecosound.egg-info/SOURCES.txt
ecosound.egg-info/dependency_links.txt
ecosound.egg-info/not-zip-safe
ecosound.egg-info/requires.txt
ecosound.egg-info/top_level.txt
ecosound/classification/CrossValidation.py
ecosound/classification/__init__.py
ecosound/classification/classification.py
ecosound/core/__init__.py
ecosound/core/annotation.py
ecosound/core/audiotools.py
ecosound/core/decorators.py
ecosound/core/envelop.py
ecosound/core/measurement.py
ecosound/core/metadata.py
ecosound/core/spectrogram.py
ecosound/core/timestamp_formats.json
ecosound/core/tools.py
ecosound/datasets/__init__.py
ecosound/detection/__init__.py
ecosound/detection/blob_detector.py
ecosound/detection/detector_builder.py
ecosound/detection/detector_template.py
ecosound/detection/kurtosis_detector.py
ecosound/evaluation/__init__.py
ecosound/evaluation/prf.py
ecosound/localization/__init__.py
ecosound/measurements/__init__.py
ecosound/measurements/measurer_builder.py
ecosound/measurements/measurer_template.py
ecosound/measurements/spectrogram_features.py
ecosound/visualization/__init__.py
ecosound/visualization/annotation_plotter.py
ecosound/visualization/grapher_builder.py
ecosound/visualization/sound_plotter.py
tests/__init__.py
tests/test_core_annotation.py
tests/old_tests/Add_metadat_to_detections.py
tests/old_tests/Annot_overlap.py
tests/old_tests/Annotations.py
tests/old_tests/C
tests/old_tests/Classify.py
tests/old_tests/ConvertDetect2raven.ipynb
tests/old_tests/Investigate_detection_difference.py
tests/old_tests/Measurements.py
tests/old_tests/Troubleshoot_xarray_combine.py
tests/old_tests/aTest_Xarray2.ipynb
tests/old_tests/annot_calc_time_aggregate.py
tests/old_tests/annot_from_sqlite.py
tests/old_tests/atest_dask-image.py
tests/old_tests/atest_dask.py
tests/old_tests/atest_dask2.py
tests/old_tests/atest_dask3.py
tests/old_tests/atest_ecosound.py
tests/old_tests/atest_save_pamlab.py
tests/old_tests/atest_xarray.ipynb
tests/old_tests/atest_xarray.py
tests/old_tests/audiotools.py
tests/old_tests/blob_detector.py
tests/old_tests/check_netcdf_valid.py
tests/old_tests/classification.py
tests/old_tests/classification_datasets.py
tests/old_tests/dask_tutorial.py
tests/old_tests/detector_batch.py
tests/old_tests/detector_batch_parralel_run.py
tests/old_tests/display_annot_detec.py
tests/old_tests/display_annot_detec_documentation.py
tests/old_tests/extract_hourly_detec_summary.py
tests/old_tests/extract_hourly_detec_summary_raven.py
tests/old_tests/extract_hourly_detec_summary_v2.py
tests/old_tests/filter_detections.py
tests/old_tests/plot_ambient_sound.ipynb
tests/old_tests/plot_annot_heatmap.py
tests/old_tests/plot_timeseries.py
tests/old_tests/re_classify_measurements.py
tests/old_tests/relabel_FP_as_noise_annot.py
tests/old_tests/spectrogram.py
tests/old_tests/spectrogram_classifier.py
tests/old_tests/spectrogram_measurer.py
tests/old_tests/time_series_plotter.py