LICENSE
MANIFEST.in
README.rst
pyproject.toml
setup.py
aurora/__init__.py
aurora/general_helper_functions.py
aurora.egg-info/PKG-INFO
aurora.egg-info/SOURCES.txt
aurora.egg-info/dependency_links.txt
aurora.egg-info/requires.txt
aurora.egg-info/top_level.txt
aurora/config/__init__.py
aurora/config/config_creator.py
aurora/config/emtf_band_setup/__init__.py
aurora/config/emtf_band_setup/bs_256_26.cfg
aurora/config/emtf_band_setup/bs_256_29.cfg
aurora/config/emtf_band_setup/bs_six_level.cfg
aurora/config/emtf_band_setup/bs_test.cfg
aurora/config/emtf_band_setup/bs_test_fast.cfg
aurora/config/metadata/__init__.py
aurora/config/metadata/processing.py
aurora/pipelines/__init__.py
aurora/pipelines/feature_weights.py
aurora/pipelines/helpers.py
aurora/pipelines/process_mth5.py
aurora/pipelines/time_series_helpers.py
aurora/pipelines/transfer_function_helpers.py
aurora/pipelines/transfer_function_kernel.py
aurora/sandbox/__init__.py
aurora/sandbox/debug_mt_metadata_issue_85.py
aurora/sandbox/mth5_channel_summary_helpers.py
aurora/sandbox/mth5_helpers.py
aurora/sandbox/obspy_helpers.py
aurora/sandbox/plot_helpers.py
aurora/sandbox/triage_metadata.py
aurora/sandbox/io_helpers/__init__.py
aurora/sandbox/io_helpers/emtf_band_setup.py
aurora/sandbox/io_helpers/fdsn_dataset.py
aurora/sandbox/io_helpers/inventory_review.py
aurora/sandbox/io_helpers/make_mth5_helpers.py
aurora/sandbox/io_helpers/zfile_murphy.py
aurora/sandbox/io_helpers/garys_matlab_zfiles/matlab_z_file_reader.py
aurora/test_utils/__init__.py
aurora/test_utils/dataset_definitions.py
aurora/test_utils/mth5/__init__.py
aurora/test_utils/mth5/fc_helpers.py
aurora/test_utils/parkfield/__init__.py
aurora/test_utils/parkfield/calibration_helpers.py
aurora/test_utils/parkfield/make_parkfield_mth5.py
aurora/test_utils/parkfield/path_helpers.py
aurora/test_utils/synthetic/__init__.py
aurora/test_utils/synthetic/make_processing_configs.py
aurora/test_utils/synthetic/paths.py
aurora/test_utils/synthetic/plot_helpers_synthetic.py
aurora/test_utils/synthetic/processing_helpers.py
aurora/test_utils/synthetic/rms_helpers.py
aurora/test_utils/synthetic/triage.py
aurora/time_series/__init__.py
aurora/time_series/apodization_window.py
aurora/time_series/decorators.py
aurora/time_series/frequency_band_helpers.py
aurora/time_series/spectrogram_helpers.py
aurora/time_series/time_axis_helpers.py
aurora/time_series/window_helpers.py
aurora/time_series/windowed_time_series.py
aurora/time_series/windowing_scheme.py
aurora/time_series/xarray_helpers.py
aurora/transfer_function/TTFZ.py
aurora/transfer_function/__init__.py
aurora/transfer_function/base.py
aurora/transfer_function/cross_power.py
aurora/transfer_function/emtf_z_file_helpers.py
aurora/transfer_function/transfer_function_collection.py
aurora/transfer_function/features/__init__.py
aurora/transfer_function/plot/__init__.py
aurora/transfer_function/plot/comparison_plots.py
aurora/transfer_function/plot/error_bar_helpers.py
aurora/transfer_function/plot/rho_phi_helpers.py
aurora/transfer_function/plot/rho_plot.py
aurora/transfer_function/regression/RME.py
aurora/transfer_function/regression/RME_RR.py
aurora/transfer_function/regression/__init__.py
aurora/transfer_function/regression/base.py
aurora/transfer_function/regression/helper_functions.py
aurora/transfer_function/regression/iter_control.py
aurora/transfer_function/regression/m_estimator.py
aurora/transfer_function/weights/__init__.py
aurora/transfer_function/weights/edf_weights.py
data/parkfield/bf4_9819.csv
data/parkfield/emtf_results/PKD_272_00.zrr
data/synthetic/emtf_results/from_matlab_256_26.zss
data/synthetic/emtf_results/test1.zss
data/synthetic/emtf_results/test2.zss
data/synthetic/emtf_results/test2r1.zrr
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/api/aurora.config.emtf_band_setup.rst
docs/api/aurora.config.metadata.rst
docs/api/aurora.config.rst
docs/api/aurora.pipelines.rst
docs/api/aurora.rst
docs/api/aurora.sandbox.io_helpers.rst
docs/api/aurora.sandbox.rst
docs/api/aurora.test_utils.mth5.rst
docs/api/aurora.test_utils.parkfield.rst
docs/api/aurora.test_utils.rst
docs/api/aurora.test_utils.synthetic.rst
docs/api/aurora.time_series.rst
docs/api/aurora.transfer_function.plot.rst
docs/api/aurora.transfer_function.regression.rst
docs/api/aurora.transfer_function.rst
docs/api/aurora.transfer_function.weights.rst
docs/api/general_helper_functions.rst
docs/api/modules.rst
docs/figures/aurora_logo.png
docs/user-docs/installing.rst
tests/__init__.py
tests/test_doc_build.py
tests/test_general_helper_functions.py
tests/cas04/01_make_cas04_mth5.py
tests/cas04/02b_process_cas04_mth5.py
tests/cas04/band_setup_emtf_nims.txt
tests/cas04/cas04_from_tim_20211203.xml
tests/cas04/helper_functions.py
tests/cas04/emtf_results/CAS04-CAS04bcd_REV06-CAS04bcd_NVR08.zmm
tests/cas04/emtf_results/CAS04bcd_REV06.zrr
tests/config/test_config_creator.py
tests/io/IAK34_struct_zss.mat
tests/io/archived_from_matlab.zss
tests/io/test_issue_139.py
tests/io/test_matlab_zfile_reader.py
tests/io/test_z_file_murphy.py
tests/parkfield/test_calibrate_parkfield.py
tests/parkfield/test_process_parkfield_run.py
tests/parkfield/test_process_parkfield_run_rr.py
tests/parkfield/config/pkd_test_run_config.json
tests/parkfield/config/test_single_decimation_level.cfg
tests/pipelines/__init__.py
tests/pipelines/test_transfer_function_kernel.py
tests/sandbox/test_triage_metadata.py
tests/synthetic/readme
tests/synthetic/test_compare_aurora_vs_archived_emtf.py
tests/synthetic/test_decimation_methods.py
tests/synthetic/test_define_frequency_bands.py
tests/synthetic/test_feature_weighting.py
tests/synthetic/test_fourier_coefficients.py
tests/synthetic/test_make_h5s.py
tests/synthetic/test_metadata_values_set_correctly.py
tests/synthetic/test_multi_run.py
tests/synthetic/test_processing.py
tests/synthetic/test_run_ts_slice.py
tests/synthetic/test_stft_methods_agree.py
tests/time_series/test_apodization_window.py
tests/time_series/test_windowing_scheme.py
tests/time_series/test_xarray_helpers.py
tests/transfer_function/test_cross_power.py
tests/transfer_function/regression/test_base.py
tests/transfer_function/regression/test_helper_functions.py