├── .gitignore ├── Bigger_array ├── 0_GI_intro_synthetics.ipynb ├── 1_basic_beamforming.ipynb ├── 1b_basic_beamforming_bonus-freq_domain.ipynb ├── 1c_basic_beamforming_polar_freq.ipynb ├── 2_first_correlate_then_beamform.ipynb ├── INPUT │ ├── correlation_field_and_kernels.txt │ ├── earthquake_catalogue.txt │ ├── ensemble_correlation.txt │ ├── processing.txt │ ├── receivers.txt │ ├── receivers_all.txt │ ├── setup.txt │ └── windows.txt └── OUTPUT │ ├── correlations_measured │ ├── ccf_proc_0_0.npy │ ├── ccf_proc_0_1.npy │ ├── ccf_proc_0_10.npy │ ├── ccf_proc_0_2.npy │ ├── ccf_proc_0_3.npy │ ├── ccf_proc_0_4.npy │ ├── ccf_proc_0_5.npy │ ├── ccf_proc_0_6.npy │ ├── ccf_proc_0_7.npy │ ├── ccf_proc_0_8.npy │ ├── ccf_proc_0_9.npy │ ├── ccf_proc_10_0.npy │ ├── ccf_proc_10_1.npy │ ├── ccf_proc_10_10.npy │ ├── ccf_proc_10_2.npy │ ├── ccf_proc_10_3.npy │ ├── ccf_proc_10_4.npy │ ├── ccf_proc_10_5.npy │ ├── ccf_proc_10_6.npy │ ├── ccf_proc_10_7.npy │ ├── ccf_proc_10_8.npy │ ├── ccf_proc_10_9.npy │ ├── ccf_proc_1_0.npy │ ├── ccf_proc_1_1.npy │ ├── ccf_proc_1_10.npy │ ├── ccf_proc_1_2.npy │ ├── ccf_proc_1_3.npy │ ├── ccf_proc_1_4.npy │ ├── ccf_proc_1_5.npy │ ├── ccf_proc_1_6.npy │ ├── ccf_proc_1_7.npy │ ├── ccf_proc_1_8.npy │ ├── ccf_proc_1_9.npy │ ├── ccf_proc_2_0.npy │ ├── ccf_proc_2_1.npy │ ├── ccf_proc_2_10.npy │ ├── ccf_proc_2_2.npy │ ├── ccf_proc_2_3.npy │ ├── ccf_proc_2_4.npy │ ├── ccf_proc_2_5.npy │ ├── ccf_proc_2_6.npy │ ├── ccf_proc_2_7.npy │ ├── ccf_proc_2_8.npy │ ├── ccf_proc_2_9.npy │ ├── ccf_proc_3_0.npy │ ├── ccf_proc_3_1.npy │ ├── ccf_proc_3_10.npy │ ├── ccf_proc_3_2.npy │ ├── ccf_proc_3_3.npy │ ├── ccf_proc_3_4.npy │ ├── ccf_proc_3_5.npy │ ├── ccf_proc_3_6.npy │ ├── ccf_proc_3_7.npy │ ├── ccf_proc_3_8.npy │ ├── ccf_proc_3_9.npy │ ├── ccf_proc_4_0.npy │ ├── ccf_proc_4_1.npy │ ├── ccf_proc_4_10.npy │ ├── ccf_proc_4_2.npy │ ├── ccf_proc_4_3.npy │ ├── ccf_proc_4_4.npy │ ├── ccf_proc_4_5.npy │ ├── ccf_proc_4_6.npy │ ├── ccf_proc_4_7.npy │ ├── ccf_proc_4_8.npy │ ├── ccf_proc_4_9.npy │ ├── ccf_proc_5_0.npy │ ├── ccf_proc_5_1.npy │ ├── ccf_proc_5_10.npy │ ├── ccf_proc_5_2.npy │ ├── ccf_proc_5_3.npy │ ├── ccf_proc_5_4.npy │ ├── ccf_proc_5_5.npy │ ├── ccf_proc_5_6.npy │ ├── ccf_proc_5_7.npy │ ├── ccf_proc_5_8.npy │ ├── ccf_proc_5_9.npy │ ├── ccf_proc_6_0.npy │ ├── ccf_proc_6_1.npy │ ├── ccf_proc_6_10.npy │ ├── ccf_proc_6_2.npy │ ├── ccf_proc_6_3.npy │ ├── ccf_proc_6_4.npy │ ├── ccf_proc_6_5.npy │ ├── ccf_proc_6_6.npy │ ├── ccf_proc_6_7.npy │ ├── ccf_proc_6_8.npy │ ├── ccf_proc_6_9.npy │ ├── ccf_proc_7_0.npy │ ├── ccf_proc_7_1.npy │ ├── ccf_proc_7_10.npy │ ├── ccf_proc_7_2.npy │ ├── ccf_proc_7_3.npy │ ├── ccf_proc_7_4.npy │ ├── ccf_proc_7_5.npy │ ├── ccf_proc_7_6.npy │ ├── ccf_proc_7_7.npy │ ├── ccf_proc_7_8.npy │ ├── ccf_proc_7_9.npy │ ├── ccf_proc_8_0.npy │ ├── ccf_proc_8_1.npy │ ├── ccf_proc_8_10.npy │ ├── ccf_proc_8_2.npy │ ├── ccf_proc_8_3.npy │ ├── ccf_proc_8_4.npy │ ├── ccf_proc_8_5.npy │ ├── ccf_proc_8_6.npy │ ├── ccf_proc_8_7.npy │ ├── ccf_proc_8_8.npy │ ├── ccf_proc_8_9.npy │ ├── ccf_proc_9_0.npy │ ├── ccf_proc_9_1.npy │ ├── ccf_proc_9_10.npy │ ├── ccf_proc_9_2.npy │ ├── ccf_proc_9_3.npy │ ├── ccf_proc_9_4.npy │ ├── ccf_proc_9_5.npy │ ├── ccf_proc_9_6.npy │ ├── ccf_proc_9_7.npy │ ├── ccf_proc_9_8.npy │ ├── ccf_proc_9_9.npy │ ├── cct_proc_0_0.npy │ ├── cct_proc_0_1.npy │ ├── cct_proc_0_10.npy │ ├── cct_proc_0_2.npy │ ├── cct_proc_0_3.npy │ ├── cct_proc_0_4.npy │ ├── cct_proc_0_5.npy │ ├── cct_proc_0_6.npy │ ├── cct_proc_0_7.npy │ ├── cct_proc_0_8.npy │ ├── cct_proc_0_9.npy │ ├── cct_proc_10_0.npy │ ├── cct_proc_10_1.npy │ ├── cct_proc_10_10.npy │ ├── cct_proc_10_2.npy │ ├── cct_proc_10_3.npy │ ├── cct_proc_10_4.npy │ ├── cct_proc_10_5.npy │ ├── cct_proc_10_6.npy │ ├── cct_proc_10_7.npy │ ├── cct_proc_10_8.npy │ ├── cct_proc_10_9.npy │ ├── cct_proc_1_0.npy │ ├── cct_proc_1_1.npy │ ├── cct_proc_1_10.npy │ ├── cct_proc_1_2.npy │ ├── cct_proc_1_3.npy │ ├── cct_proc_1_4.npy │ ├── cct_proc_1_5.npy │ ├── cct_proc_1_6.npy │ ├── cct_proc_1_7.npy │ ├── cct_proc_1_8.npy │ ├── cct_proc_1_9.npy │ ├── cct_proc_2_0.npy │ ├── cct_proc_2_1.npy │ ├── cct_proc_2_10.npy │ ├── cct_proc_2_2.npy │ ├── cct_proc_2_3.npy │ ├── cct_proc_2_4.npy │ ├── cct_proc_2_5.npy │ ├── cct_proc_2_6.npy │ ├── cct_proc_2_7.npy │ ├── cct_proc_2_8.npy │ ├── cct_proc_2_9.npy │ ├── cct_proc_3_0.npy │ ├── cct_proc_3_1.npy │ ├── cct_proc_3_10.npy │ ├── cct_proc_3_2.npy │ ├── cct_proc_3_3.npy │ ├── cct_proc_3_4.npy │ ├── cct_proc_3_5.npy │ ├── cct_proc_3_6.npy │ ├── cct_proc_3_7.npy │ ├── cct_proc_3_8.npy │ ├── cct_proc_3_9.npy │ ├── cct_proc_4_0.npy │ ├── cct_proc_4_1.npy │ ├── cct_proc_4_10.npy │ ├── cct_proc_4_2.npy │ ├── cct_proc_4_3.npy │ ├── cct_proc_4_4.npy │ ├── cct_proc_4_5.npy │ ├── cct_proc_4_6.npy │ ├── cct_proc_4_7.npy │ ├── cct_proc_4_8.npy │ ├── cct_proc_4_9.npy │ ├── cct_proc_5_0.npy │ ├── cct_proc_5_1.npy │ ├── cct_proc_5_10.npy │ ├── cct_proc_5_2.npy │ ├── cct_proc_5_3.npy │ ├── cct_proc_5_4.npy │ ├── cct_proc_5_5.npy │ ├── cct_proc_5_6.npy │ ├── cct_proc_5_7.npy │ ├── cct_proc_5_8.npy │ ├── cct_proc_5_9.npy │ ├── cct_proc_6_0.npy │ ├── cct_proc_6_1.npy │ ├── cct_proc_6_10.npy │ ├── cct_proc_6_2.npy │ ├── cct_proc_6_3.npy │ ├── cct_proc_6_4.npy │ ├── cct_proc_6_5.npy │ ├── cct_proc_6_6.npy │ ├── cct_proc_6_7.npy │ ├── cct_proc_6_8.npy │ ├── cct_proc_6_9.npy │ ├── cct_proc_7_0.npy │ ├── cct_proc_7_1.npy │ ├── cct_proc_7_10.npy │ ├── cct_proc_7_2.npy │ ├── cct_proc_7_3.npy │ ├── cct_proc_7_4.npy │ ├── cct_proc_7_5.npy │ ├── cct_proc_7_6.npy │ ├── cct_proc_7_7.npy │ ├── cct_proc_7_8.npy │ ├── cct_proc_7_9.npy │ ├── cct_proc_8_0.npy │ ├── cct_proc_8_1.npy │ ├── cct_proc_8_10.npy │ ├── cct_proc_8_2.npy │ ├── cct_proc_8_3.npy │ ├── cct_proc_8_4.npy │ ├── cct_proc_8_5.npy │ ├── cct_proc_8_6.npy │ ├── cct_proc_8_7.npy │ ├── cct_proc_8_8.npy │ ├── cct_proc_8_9.npy │ ├── cct_proc_9_0.npy │ ├── cct_proc_9_1.npy │ ├── cct_proc_9_10.npy │ ├── cct_proc_9_2.npy │ ├── cct_proc_9_3.npy │ ├── cct_proc_9_4.npy │ ├── cct_proc_9_5.npy │ ├── cct_proc_9_6.npy │ ├── cct_proc_9_7.npy │ ├── cct_proc_9_8.npy │ ├── cct_proc_9_9.npy │ ├── f.npy │ └── t.npy │ └── raw_synthetics │ ├── syn_0.npy │ ├── syn_1.npy │ ├── syn_10.npy │ ├── syn_2.npy │ ├── syn_3.npy │ ├── syn_4.npy │ ├── syn_5.npy │ ├── syn_6.npy │ ├── syn_7.npy │ ├── syn_8.npy │ ├── syn_9.npy │ └── traw.npy ├── GI1_additions ├── generate_random_signals.py ├── source.py └── specshift.py ├── GI1_v0.2.1 ├── Code Description │ ├── 01_structure.aux │ ├── 01_structure.tex │ ├── 02_input.aux │ ├── 02_input.tex │ ├── 03_tasks.aux │ ├── 03_tasks.log │ ├── 03_tasks.tex │ ├── bibliography.aux │ ├── bibliography.log │ ├── bibliography.tex │ ├── foreword.aux │ ├── foreword.log │ ├── foreword.tex │ ├── gi_documentation.aux │ ├── gi_documentation.log │ ├── gi_documentation.out │ ├── gi_documentation.pdf │ ├── gi_documentation.synctex.gz │ ├── gi_documentation.tex │ ├── gi_documentation.toc │ ├── svmono.cls │ └── svmono.log ├── PLOT │ ├── __init__.py │ ├── __init__.pyc │ ├── beamforms.py │ ├── correctors.py │ ├── correctors.pyc │ ├── correlations.py │ ├── correlations.pyc │ ├── earthquakes.py │ ├── earthquakes.pyc │ └── untitled ├── adsrc.py ├── correction_factors.py ├── correlation_effective.py ├── correlation_field.py ├── correlation_function.py ├── correlation_random.py ├── get_propagation_corrector.py ├── green.py ├── kernels.py ├── parameters.py ├── processing.py └── source_ORIGINAL.py ├── LICENSE ├── README.md ├── Triangle_array ├── 0_GI_intro_synthetics.ipynb ├── 3_mfp.ipynb ├── 4_kernel_based_inversion.ipynb ├── INPUT │ ├── correlation_field_and_kernels.txt │ ├── earthquake_catalogue.txt │ ├── ensemble_correlation.txt │ ├── processing.txt │ ├── receivers.txt │ ├── receivers_all.txt │ ├── setup.txt │ └── windows.txt └── OUTPUT │ ├── clean.sh │ ├── correlations_measured │ ├── ccf_proc_0_0.npy │ ├── ccf_proc_0_1.npy │ ├── ccf_proc_0_2.npy │ ├── ccf_proc_1_0.npy │ ├── ccf_proc_1_1.npy │ ├── ccf_proc_1_2.npy │ ├── ccf_proc_2_0.npy │ ├── ccf_proc_2_1.npy │ ├── ccf_proc_2_2.npy │ ├── cct_proc_0_0.npy │ ├── cct_proc_0_1.npy │ ├── cct_proc_0_2.npy │ ├── cct_proc_1_0.npy │ ├── cct_proc_1_1.npy │ ├── cct_proc_1_2.npy │ ├── cct_proc_2_0.npy │ ├── cct_proc_2_1.npy │ ├── cct_proc_2_2.npy │ ├── f.npy │ └── t.npy │ └── raw_synthetics │ ├── syn_0.npy │ ├── syn_1.npy │ ├── syn_2.npy │ └── traw.npy └── clean_start.sh /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/.gitignore -------------------------------------------------------------------------------- /Bigger_array/0_GI_intro_synthetics.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/0_GI_intro_synthetics.ipynb -------------------------------------------------------------------------------- /Bigger_array/1_basic_beamforming.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/1_basic_beamforming.ipynb -------------------------------------------------------------------------------- /Bigger_array/1b_basic_beamforming_bonus-freq_domain.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/1b_basic_beamforming_bonus-freq_domain.ipynb -------------------------------------------------------------------------------- /Bigger_array/1c_basic_beamforming_polar_freq.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/1c_basic_beamforming_polar_freq.ipynb -------------------------------------------------------------------------------- /Bigger_array/2_first_correlate_then_beamform.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/2_first_correlate_then_beamform.ipynb -------------------------------------------------------------------------------- /Bigger_array/INPUT/correlation_field_and_kernels.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/INPUT/correlation_field_and_kernels.txt -------------------------------------------------------------------------------- /Bigger_array/INPUT/earthquake_catalogue.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/INPUT/earthquake_catalogue.txt -------------------------------------------------------------------------------- /Bigger_array/INPUT/ensemble_correlation.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/INPUT/ensemble_correlation.txt -------------------------------------------------------------------------------- /Bigger_array/INPUT/processing.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/INPUT/processing.txt -------------------------------------------------------------------------------- /Bigger_array/INPUT/receivers.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/INPUT/receivers.txt -------------------------------------------------------------------------------- /Bigger_array/INPUT/receivers_all.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/INPUT/receivers_all.txt -------------------------------------------------------------------------------- /Bigger_array/INPUT/setup.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/INPUT/setup.txt -------------------------------------------------------------------------------- /Bigger_array/INPUT/windows.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/INPUT/windows.txt -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_0_0.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_0_0.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_0_1.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_0_1.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_0_10.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_0_10.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_0_2.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_0_2.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_0_3.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_0_3.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_0_4.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_0_4.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_0_5.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_0_5.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_0_6.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_0_6.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_0_7.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_0_7.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_0_8.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_0_8.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_0_9.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_0_9.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_10_0.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_10_0.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_10_1.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_10_1.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_10_10.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_10_10.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_10_2.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_10_2.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_10_3.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_10_3.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_10_4.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_10_4.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_10_5.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_10_5.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_10_6.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_10_6.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_10_7.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_10_7.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_10_8.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_10_8.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_10_9.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_10_9.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_1_0.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_1_0.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_1_1.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_1_1.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_1_10.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_1_10.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_1_2.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_1_2.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_1_3.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_1_3.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_1_4.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_1_4.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_1_5.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_1_5.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_1_6.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_1_6.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_1_7.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_1_7.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_1_8.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_1_8.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_1_9.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_1_9.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_2_0.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_2_0.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_2_1.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_2_1.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_2_10.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_2_10.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_2_2.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_2_2.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_2_3.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_2_3.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_2_4.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_2_4.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_2_5.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_2_5.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_2_6.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_2_6.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_2_7.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_2_7.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_2_8.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_2_8.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_2_9.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_2_9.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_3_0.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_3_0.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_3_1.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_3_1.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_3_10.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_3_10.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_3_2.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_3_2.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_3_3.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_3_3.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_3_4.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_3_4.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_3_5.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_3_5.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_3_6.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_3_6.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_3_7.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_3_7.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_3_8.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_3_8.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_3_9.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_3_9.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_4_0.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_4_0.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_4_1.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_4_1.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_4_10.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_4_10.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_4_2.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_4_2.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_4_3.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_4_3.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_4_4.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_4_4.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_4_5.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_4_5.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_4_6.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_4_6.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_4_7.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_4_7.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_4_8.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_4_8.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_4_9.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_4_9.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_5_0.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_5_0.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_5_1.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_5_1.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_5_10.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_5_10.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_5_2.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_5_2.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_5_3.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_5_3.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_5_4.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_5_4.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_5_5.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_5_5.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_5_6.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_5_6.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_5_7.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_5_7.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_5_8.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_5_8.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_5_9.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_5_9.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_6_0.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_6_0.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_6_1.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_6_1.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_6_10.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_6_10.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_6_2.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_6_2.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_6_3.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_6_3.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_6_4.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_6_4.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_6_5.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_6_5.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_6_6.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_6_6.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_6_7.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_6_7.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_6_8.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_6_8.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_6_9.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_6_9.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_7_0.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_7_0.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_7_1.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_7_1.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_7_10.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_7_10.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_7_2.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_7_2.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_7_3.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_7_3.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_7_4.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_7_4.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_7_5.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_7_5.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_7_6.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_7_6.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_7_7.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_7_7.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_7_8.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_7_8.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_7_9.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_7_9.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_8_0.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_8_0.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_8_1.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_8_1.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_8_10.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_8_10.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_8_2.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_8_2.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_8_3.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_8_3.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_8_4.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_8_4.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_8_5.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_8_5.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_8_6.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_8_6.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_8_7.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_8_7.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_8_8.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_8_8.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_8_9.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_8_9.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_9_0.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_9_0.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_9_1.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_9_1.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_9_10.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_9_10.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_9_2.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_9_2.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_9_3.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_9_3.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_9_4.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_9_4.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_9_5.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_9_5.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_9_6.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_9_6.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_9_7.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_9_7.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_9_8.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_9_8.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/ccf_proc_9_9.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/ccf_proc_9_9.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_0_0.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_0_0.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_0_1.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_0_1.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_0_10.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_0_10.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_0_2.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_0_2.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_0_3.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_0_3.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_0_4.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_0_4.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_0_5.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_0_5.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_0_6.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_0_6.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_0_7.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_0_7.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_0_8.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_0_8.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_0_9.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_0_9.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_10_0.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_10_0.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_10_1.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_10_1.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_10_10.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_10_10.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_10_2.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_10_2.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_10_3.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_10_3.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_10_4.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_10_4.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_10_5.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_10_5.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_10_6.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_10_6.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_10_7.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_10_7.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_10_8.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_10_8.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_10_9.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_10_9.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_1_0.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_1_0.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_1_1.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_1_1.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_1_10.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_1_10.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_1_2.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_1_2.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_1_3.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_1_3.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_1_4.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_1_4.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_1_5.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_1_5.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_1_6.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_1_6.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_1_7.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_1_7.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_1_8.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_1_8.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_1_9.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_1_9.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_2_0.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_2_0.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_2_1.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_2_1.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_2_10.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_2_10.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_2_2.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_2_2.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_2_3.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_2_3.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_2_4.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_2_4.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_2_5.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_2_5.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_2_6.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_2_6.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_2_7.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_2_7.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_2_8.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_2_8.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_2_9.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_2_9.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_3_0.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_3_0.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_3_1.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_3_1.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_3_10.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_3_10.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_3_2.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_3_2.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_3_3.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_3_3.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_3_4.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_3_4.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_3_5.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_3_5.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_3_6.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_3_6.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_3_7.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_3_7.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_3_8.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_3_8.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_3_9.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_3_9.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_4_0.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_4_0.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_4_1.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_4_1.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_4_10.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_4_10.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_4_2.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_4_2.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_4_3.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_4_3.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_4_4.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_4_4.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_4_5.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_4_5.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_4_6.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_4_6.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_4_7.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_4_7.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_4_8.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_4_8.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_4_9.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_4_9.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_5_0.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_5_0.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_5_1.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_5_1.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_5_10.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_5_10.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_5_2.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_5_2.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_5_3.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_5_3.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_5_4.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_5_4.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_5_5.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_5_5.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_5_6.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_5_6.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_5_7.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_5_7.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_5_8.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_5_8.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_5_9.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_5_9.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_6_0.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_6_0.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_6_1.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_6_1.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_6_10.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_6_10.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_6_2.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_6_2.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_6_3.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_6_3.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_6_4.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_6_4.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_6_5.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_6_5.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_6_6.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_6_6.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_6_7.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_6_7.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_6_8.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_6_8.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_6_9.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_6_9.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_7_0.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_7_0.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_7_1.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_7_1.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_7_10.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_7_10.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_7_2.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_7_2.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_7_3.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_7_3.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_7_4.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_7_4.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_7_5.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_7_5.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_7_6.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_7_6.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_7_7.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_7_7.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_7_8.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_7_8.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_7_9.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_7_9.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_8_0.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_8_0.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_8_1.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_8_1.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_8_10.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_8_10.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_8_2.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_8_2.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_8_3.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_8_3.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_8_4.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_8_4.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_8_5.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_8_5.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_8_6.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_8_6.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_8_7.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_8_7.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_8_8.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_8_8.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_8_9.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_8_9.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_9_0.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_9_0.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_9_1.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_9_1.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_9_10.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_9_10.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_9_2.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_9_2.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_9_3.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_9_3.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_9_4.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_9_4.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_9_5.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_9_5.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_9_6.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_9_6.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_9_7.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_9_7.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_9_8.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_9_8.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/cct_proc_9_9.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/cct_proc_9_9.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/f.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/f.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/correlations_measured/t.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/correlations_measured/t.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/raw_synthetics/syn_0.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/raw_synthetics/syn_0.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/raw_synthetics/syn_1.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/raw_synthetics/syn_1.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/raw_synthetics/syn_10.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/raw_synthetics/syn_10.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/raw_synthetics/syn_2.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/raw_synthetics/syn_2.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/raw_synthetics/syn_3.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/raw_synthetics/syn_3.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/raw_synthetics/syn_4.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/raw_synthetics/syn_4.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/raw_synthetics/syn_5.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/raw_synthetics/syn_5.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/raw_synthetics/syn_6.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/raw_synthetics/syn_6.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/raw_synthetics/syn_7.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/raw_synthetics/syn_7.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/raw_synthetics/syn_8.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/raw_synthetics/syn_8.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/raw_synthetics/syn_9.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/raw_synthetics/syn_9.npy -------------------------------------------------------------------------------- /Bigger_array/OUTPUT/raw_synthetics/traw.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Bigger_array/OUTPUT/raw_synthetics/traw.npy -------------------------------------------------------------------------------- /GI1_additions/generate_random_signals.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/GI1_additions/generate_random_signals.py -------------------------------------------------------------------------------- /GI1_additions/source.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/GI1_additions/source.py -------------------------------------------------------------------------------- /GI1_additions/specshift.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/GI1_additions/specshift.py -------------------------------------------------------------------------------- /GI1_v0.2.1/Code Description/01_structure.aux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/GI1_v0.2.1/Code Description/01_structure.aux -------------------------------------------------------------------------------- /GI1_v0.2.1/Code Description/01_structure.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/GI1_v0.2.1/Code Description/01_structure.tex -------------------------------------------------------------------------------- /GI1_v0.2.1/Code Description/02_input.aux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/GI1_v0.2.1/Code Description/02_input.aux -------------------------------------------------------------------------------- /GI1_v0.2.1/Code Description/02_input.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/GI1_v0.2.1/Code Description/02_input.tex -------------------------------------------------------------------------------- /GI1_v0.2.1/Code Description/03_tasks.aux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/GI1_v0.2.1/Code Description/03_tasks.aux -------------------------------------------------------------------------------- /GI1_v0.2.1/Code Description/03_tasks.log: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /GI1_v0.2.1/Code Description/03_tasks.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/GI1_v0.2.1/Code Description/03_tasks.tex -------------------------------------------------------------------------------- /GI1_v0.2.1/Code Description/bibliography.aux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/GI1_v0.2.1/Code Description/bibliography.aux -------------------------------------------------------------------------------- /GI1_v0.2.1/Code Description/bibliography.log: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /GI1_v0.2.1/Code Description/bibliography.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/GI1_v0.2.1/Code Description/bibliography.tex -------------------------------------------------------------------------------- /GI1_v0.2.1/Code Description/foreword.aux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/GI1_v0.2.1/Code Description/foreword.aux -------------------------------------------------------------------------------- /GI1_v0.2.1/Code Description/foreword.log: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /GI1_v0.2.1/Code Description/foreword.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/GI1_v0.2.1/Code Description/foreword.tex -------------------------------------------------------------------------------- /GI1_v0.2.1/Code Description/gi_documentation.aux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/GI1_v0.2.1/Code Description/gi_documentation.aux -------------------------------------------------------------------------------- /GI1_v0.2.1/Code Description/gi_documentation.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/GI1_v0.2.1/Code Description/gi_documentation.log -------------------------------------------------------------------------------- /GI1_v0.2.1/Code Description/gi_documentation.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/GI1_v0.2.1/Code Description/gi_documentation.out -------------------------------------------------------------------------------- /GI1_v0.2.1/Code Description/gi_documentation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/GI1_v0.2.1/Code Description/gi_documentation.pdf -------------------------------------------------------------------------------- /GI1_v0.2.1/Code Description/gi_documentation.synctex.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/GI1_v0.2.1/Code Description/gi_documentation.synctex.gz -------------------------------------------------------------------------------- /GI1_v0.2.1/Code Description/gi_documentation.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/GI1_v0.2.1/Code Description/gi_documentation.tex -------------------------------------------------------------------------------- /GI1_v0.2.1/Code Description/gi_documentation.toc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/GI1_v0.2.1/Code Description/gi_documentation.toc -------------------------------------------------------------------------------- /GI1_v0.2.1/Code Description/svmono.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/GI1_v0.2.1/Code Description/svmono.cls -------------------------------------------------------------------------------- /GI1_v0.2.1/Code Description/svmono.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/GI1_v0.2.1/Code Description/svmono.log -------------------------------------------------------------------------------- /GI1_v0.2.1/PLOT/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /GI1_v0.2.1/PLOT/__init__.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/GI1_v0.2.1/PLOT/__init__.pyc -------------------------------------------------------------------------------- /GI1_v0.2.1/PLOT/beamforms.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /GI1_v0.2.1/PLOT/correctors.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/GI1_v0.2.1/PLOT/correctors.py -------------------------------------------------------------------------------- /GI1_v0.2.1/PLOT/correctors.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/GI1_v0.2.1/PLOT/correctors.pyc -------------------------------------------------------------------------------- /GI1_v0.2.1/PLOT/correlations.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/GI1_v0.2.1/PLOT/correlations.py -------------------------------------------------------------------------------- /GI1_v0.2.1/PLOT/correlations.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/GI1_v0.2.1/PLOT/correlations.pyc -------------------------------------------------------------------------------- /GI1_v0.2.1/PLOT/earthquakes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/GI1_v0.2.1/PLOT/earthquakes.py -------------------------------------------------------------------------------- /GI1_v0.2.1/PLOT/earthquakes.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/GI1_v0.2.1/PLOT/earthquakes.pyc -------------------------------------------------------------------------------- /GI1_v0.2.1/PLOT/untitled: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/GI1_v0.2.1/PLOT/untitled -------------------------------------------------------------------------------- /GI1_v0.2.1/adsrc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/GI1_v0.2.1/adsrc.py -------------------------------------------------------------------------------- /GI1_v0.2.1/correction_factors.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/GI1_v0.2.1/correction_factors.py -------------------------------------------------------------------------------- /GI1_v0.2.1/correlation_effective.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/GI1_v0.2.1/correlation_effective.py -------------------------------------------------------------------------------- /GI1_v0.2.1/correlation_field.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/GI1_v0.2.1/correlation_field.py -------------------------------------------------------------------------------- /GI1_v0.2.1/correlation_function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/GI1_v0.2.1/correlation_function.py -------------------------------------------------------------------------------- /GI1_v0.2.1/correlation_random.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/GI1_v0.2.1/correlation_random.py -------------------------------------------------------------------------------- /GI1_v0.2.1/get_propagation_corrector.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/GI1_v0.2.1/get_propagation_corrector.py -------------------------------------------------------------------------------- /GI1_v0.2.1/green.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/GI1_v0.2.1/green.py -------------------------------------------------------------------------------- /GI1_v0.2.1/kernels.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/GI1_v0.2.1/kernels.py -------------------------------------------------------------------------------- /GI1_v0.2.1/parameters.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/GI1_v0.2.1/parameters.py -------------------------------------------------------------------------------- /GI1_v0.2.1/processing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/GI1_v0.2.1/processing.py -------------------------------------------------------------------------------- /GI1_v0.2.1/source_ORIGINAL.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/GI1_v0.2.1/source_ORIGINAL.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/README.md -------------------------------------------------------------------------------- /Triangle_array/0_GI_intro_synthetics.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Triangle_array/0_GI_intro_synthetics.ipynb -------------------------------------------------------------------------------- /Triangle_array/3_mfp.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Triangle_array/3_mfp.ipynb -------------------------------------------------------------------------------- /Triangle_array/4_kernel_based_inversion.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Triangle_array/4_kernel_based_inversion.ipynb -------------------------------------------------------------------------------- /Triangle_array/INPUT/correlation_field_and_kernels.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Triangle_array/INPUT/correlation_field_and_kernels.txt -------------------------------------------------------------------------------- /Triangle_array/INPUT/earthquake_catalogue.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Triangle_array/INPUT/earthquake_catalogue.txt -------------------------------------------------------------------------------- /Triangle_array/INPUT/ensemble_correlation.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Triangle_array/INPUT/ensemble_correlation.txt -------------------------------------------------------------------------------- /Triangle_array/INPUT/processing.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Triangle_array/INPUT/processing.txt -------------------------------------------------------------------------------- /Triangle_array/INPUT/receivers.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Triangle_array/INPUT/receivers.txt -------------------------------------------------------------------------------- /Triangle_array/INPUT/receivers_all.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Triangle_array/INPUT/receivers_all.txt -------------------------------------------------------------------------------- /Triangle_array/INPUT/setup.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Triangle_array/INPUT/setup.txt -------------------------------------------------------------------------------- /Triangle_array/INPUT/windows.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Triangle_array/INPUT/windows.txt -------------------------------------------------------------------------------- /Triangle_array/OUTPUT/clean.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Triangle_array/OUTPUT/clean.sh -------------------------------------------------------------------------------- /Triangle_array/OUTPUT/correlations_measured/ccf_proc_0_0.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Triangle_array/OUTPUT/correlations_measured/ccf_proc_0_0.npy -------------------------------------------------------------------------------- /Triangle_array/OUTPUT/correlations_measured/ccf_proc_0_1.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Triangle_array/OUTPUT/correlations_measured/ccf_proc_0_1.npy -------------------------------------------------------------------------------- /Triangle_array/OUTPUT/correlations_measured/ccf_proc_0_2.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Triangle_array/OUTPUT/correlations_measured/ccf_proc_0_2.npy -------------------------------------------------------------------------------- /Triangle_array/OUTPUT/correlations_measured/ccf_proc_1_0.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Triangle_array/OUTPUT/correlations_measured/ccf_proc_1_0.npy -------------------------------------------------------------------------------- /Triangle_array/OUTPUT/correlations_measured/ccf_proc_1_1.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Triangle_array/OUTPUT/correlations_measured/ccf_proc_1_1.npy -------------------------------------------------------------------------------- /Triangle_array/OUTPUT/correlations_measured/ccf_proc_1_2.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Triangle_array/OUTPUT/correlations_measured/ccf_proc_1_2.npy -------------------------------------------------------------------------------- /Triangle_array/OUTPUT/correlations_measured/ccf_proc_2_0.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Triangle_array/OUTPUT/correlations_measured/ccf_proc_2_0.npy -------------------------------------------------------------------------------- /Triangle_array/OUTPUT/correlations_measured/ccf_proc_2_1.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Triangle_array/OUTPUT/correlations_measured/ccf_proc_2_1.npy -------------------------------------------------------------------------------- /Triangle_array/OUTPUT/correlations_measured/ccf_proc_2_2.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Triangle_array/OUTPUT/correlations_measured/ccf_proc_2_2.npy -------------------------------------------------------------------------------- /Triangle_array/OUTPUT/correlations_measured/cct_proc_0_0.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Triangle_array/OUTPUT/correlations_measured/cct_proc_0_0.npy -------------------------------------------------------------------------------- /Triangle_array/OUTPUT/correlations_measured/cct_proc_0_1.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Triangle_array/OUTPUT/correlations_measured/cct_proc_0_1.npy -------------------------------------------------------------------------------- /Triangle_array/OUTPUT/correlations_measured/cct_proc_0_2.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Triangle_array/OUTPUT/correlations_measured/cct_proc_0_2.npy -------------------------------------------------------------------------------- /Triangle_array/OUTPUT/correlations_measured/cct_proc_1_0.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Triangle_array/OUTPUT/correlations_measured/cct_proc_1_0.npy -------------------------------------------------------------------------------- /Triangle_array/OUTPUT/correlations_measured/cct_proc_1_1.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Triangle_array/OUTPUT/correlations_measured/cct_proc_1_1.npy -------------------------------------------------------------------------------- /Triangle_array/OUTPUT/correlations_measured/cct_proc_1_2.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Triangle_array/OUTPUT/correlations_measured/cct_proc_1_2.npy -------------------------------------------------------------------------------- /Triangle_array/OUTPUT/correlations_measured/cct_proc_2_0.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Triangle_array/OUTPUT/correlations_measured/cct_proc_2_0.npy -------------------------------------------------------------------------------- /Triangle_array/OUTPUT/correlations_measured/cct_proc_2_1.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Triangle_array/OUTPUT/correlations_measured/cct_proc_2_1.npy -------------------------------------------------------------------------------- /Triangle_array/OUTPUT/correlations_measured/cct_proc_2_2.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Triangle_array/OUTPUT/correlations_measured/cct_proc_2_2.npy -------------------------------------------------------------------------------- /Triangle_array/OUTPUT/correlations_measured/f.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Triangle_array/OUTPUT/correlations_measured/f.npy -------------------------------------------------------------------------------- /Triangle_array/OUTPUT/correlations_measured/t.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Triangle_array/OUTPUT/correlations_measured/t.npy -------------------------------------------------------------------------------- /Triangle_array/OUTPUT/raw_synthetics/syn_0.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Triangle_array/OUTPUT/raw_synthetics/syn_0.npy -------------------------------------------------------------------------------- /Triangle_array/OUTPUT/raw_synthetics/syn_1.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Triangle_array/OUTPUT/raw_synthetics/syn_1.npy -------------------------------------------------------------------------------- /Triangle_array/OUTPUT/raw_synthetics/syn_2.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Triangle_array/OUTPUT/raw_synthetics/syn_2.npy -------------------------------------------------------------------------------- /Triangle_array/OUTPUT/raw_synthetics/traw.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/Triangle_array/OUTPUT/raw_synthetics/traw.npy -------------------------------------------------------------------------------- /clean_start.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dcbowden/BeamKer/HEAD/clean_start.sh --------------------------------------------------------------------------------