aurora
User Documentation
Installing
Examples
Build an MTH5 and Operate the Aurora Pipeline
1. Build an MTH5 file from Earthscope archives
2: Process Data
Here is one way to select a single run:
To discard runs that are not very long
To process only a segment of data
Exercise:
Exercise:
Dataset Definition DataFrame
Excercise:
Tutorials
Processing Configuration
Example of making a KernelDataset from an mth5
EMTF Band Setup File
Accessing Magnetic Field Data from EarthScope Using MTH5
0. Getting started
1. Exploring the data at EarthScope
2. Case Study:
3. Define request dataframe
4. Build MTH5
5. Build MTH5 (with data)
6. Calibrating time series
7. Comparison of time series
TODO: 9. Access USGS data directly
Process CAS04 with Remote Reference
Make MTH5 from IRIS Data Managment Center v0.2.0
To compare with the archived file, we need to set the coordinate system to geographic
Part II: Logic to save FCs
Now that the FCs are saved we can access them:|
Absolute Minimal Example
Synthetic Data Tutorial
Feature Storage
Experimental work in progress
Reference documentation
aurora
aurora
Index
Index
_
|
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
K
|
L
|
M
|
N
|
O
|
P
|
Q
|
R
|
S
|
T
|
U
|
V
|
W
|
X
|
Y
|
Z
_
_X (aurora.transfer_function.regression.base.RegressionEstimator attribute)
_Y (aurora.transfer_function.regression.base.RegressionEstimator attribute)
A
add_fcs_to_mth5() (in module aurora.pipelines.fourier_coefficients)
adjust_band_for_coherence_sorting() (in module aurora.time_series.frequency_band_helpers)
align_streams() (in module aurora.sandbox.obspy_helpers)
all_fcs_already_exist (aurora.pipelines.transfer_function_kernel.TransferFunctionKernel property)
apodization_factor (aurora.time_series.apodization_window.ApodizationWindow property)
ApodizationWindow (class in aurora.time_series.apodization_window)
apparent_resistivity() (aurora.sandbox.io_helpers.zfile_murphy.ZFile method)
(aurora.transfer_function.TTFZ.TTFZ method)
append_chunk_to_stfts() (in module aurora.pipelines.process_mth5)
apply_clock_zero() (aurora.pipelines.transfer_function_kernel.TransferFunctionKernel method)
apply_fft() (aurora.time_series.windowed_time_series.WindowedTimeSeries method)
(aurora.time_series.windowing_scheme.WindowingScheme method)
apply_huber_regression() (aurora.transfer_function.regression.m_estimator.MEstimator method)
apply_prewhitening() (in module aurora.pipelines.time_series_helpers)
apply_recoloring() (in module aurora.pipelines.time_series_helpers)
apply_redecending_influence_function() (aurora.transfer_function.regression.m_estimator.MEstimator method)
apply_sliding_window() (aurora.time_series.windowing_scheme.WindowingScheme method)
apply_taper() (aurora.time_series.windowed_time_series.WindowedTimeSeries method)
(aurora.time_series.windowing_scheme.WindowingScheme method)
apply_weights() (in module aurora.pipelines.transfer_function_helpers)
assert_rms_misfit_ok() (in module aurora.test_utils.synthetic.rms_helpers)
augmented_channel_summary() (in module aurora.sandbox.mth5_helpers)
aurora
module
aurora.config
module
aurora.config.config_creator
module
aurora.config.emtf_band_setup
module
aurora.config.metadata
module
aurora.config.metadata.processing
module
aurora.general_helper_functions
module
,
[1]
aurora.pipelines
module
aurora.pipelines.fourier_coefficients
module
aurora.pipelines.helpers
module
aurora.pipelines.process_mth5
module
aurora.pipelines.time_series_helpers
module
aurora.pipelines.transfer_function_helpers
module
aurora.pipelines.transfer_function_kernel
module
aurora.sandbox
module
aurora.sandbox.debug_mt_metadata_issue_85
module
aurora.sandbox.io_helpers
module
aurora.sandbox.io_helpers.emtf_band_setup
module
aurora.sandbox.io_helpers.fdsn_dataset
module
aurora.sandbox.io_helpers.inventory_review
module
aurora.sandbox.io_helpers.make_mth5_helpers
module
aurora.sandbox.io_helpers.zfile_murphy
module
aurora.sandbox.mth5_channel_summary_helpers
module
aurora.sandbox.mth5_helpers
module
aurora.sandbox.obspy_helpers
module
aurora.sandbox.plot_helpers
module
aurora.sandbox.triage_metadata
module
aurora.test_utils
module
aurora.test_utils.dataset_definitions
module
aurora.test_utils.mth5
module
aurora.test_utils.mth5.fc_helpers
module
aurora.test_utils.parkfield
module
aurora.test_utils.parkfield.calibration_helpers
module
aurora.test_utils.parkfield.make_parkfield_mth5
module
aurora.test_utils.parkfield.path_helpers
module
aurora.test_utils.synthetic
module
aurora.test_utils.synthetic.make_processing_configs
module
aurora.test_utils.synthetic.paths
module
aurora.test_utils.synthetic.processing_helpers
module
aurora.test_utils.synthetic.rms_helpers
module
aurora.time_series
module
aurora.time_series.apodization_window
module
aurora.time_series.decorators
module
aurora.time_series.frequency_band_helpers
module
aurora.time_series.spectrogram
module
aurora.time_series.time_axis_helpers
module
aurora.time_series.window_helpers
module
aurora.time_series.windowed_time_series
module
aurora.time_series.windowing_scheme
module
aurora.time_series.xarray_helpers
module
aurora.transfer_function
module
aurora.transfer_function.base
module
aurora.transfer_function.emtf_z_file_helpers
module
aurora.transfer_function.plot
module
aurora.transfer_function.plot.comparison_plots
module
aurora.transfer_function.plot.error_bar_helpers
module
aurora.transfer_function.plot.rho_phi_helpers
module
aurora.transfer_function.plot.rho_plot
module
aurora.transfer_function.regression
module
aurora.transfer_function.regression.base
module
aurora.transfer_function.regression.helper_functions
module
aurora.transfer_function.regression.iter_control
module
aurora.transfer_function.regression.m_estimator
module
aurora.transfer_function.regression.RME
module
aurora.transfer_function.regression.RME_RR
module
aurora.transfer_function.transfer_function_collection
module
aurora.transfer_function.TTFZ
module
aurora.transfer_function.weights
module
aurora.transfer_function.weights.edf_weights
module
available_number_of_windows() (aurora.time_series.windowing_scheme.WindowingScheme method)
available_number_of_windows_in_array() (in module aurora.time_series.window_helpers)
B
b (aurora.transfer_function.regression.base.RegressionEstimator attribute)
b_to_xarray() (aurora.transfer_function.regression.base.RegressionEstimator method)
band_specification_style (aurora.config.config_creator.ConfigCreator property)
build_request_df() (in module aurora.sandbox.mth5_helpers)
C
calibrate_stft_obj() (in module aurora.pipelines.time_series_helpers)
can_use_xr_dataarray() (in module aurora.time_series.decorators)
cast_angular_frequency_to_period_or_hertz() (in module aurora.sandbox.plot_helpers)
cast_windowed_data_to_xarray() (aurora.time_series.windowing_scheme.WindowingScheme method)
channel_list (aurora.transfer_function.transfer_function_collection.TransferFunctionCollection property)
channel_summary_to_make_mth5() (in module aurora.sandbox.mth5_channel_summary_helpers)
check_all_channels_present() (aurora.transfer_function.transfer_function_collection.TransferFunctionCollection method)
check_all_sliding_window_functions_are_equivalent() (in module aurora.time_series.window_helpers)
check_for_enough_data_for_rr_estimate() (aurora.transfer_function.regression.RME_RR.RME_RR method)
check_for_nan() (aurora.transfer_function.regression.RME_RR.RME_RR method)
check_if_fcs_already_exist() (aurora.pipelines.transfer_function_kernel.TransferFunctionKernel method)
check_reference_data_shape() (aurora.transfer_function.regression.RME_RR.RME_RR method)
check_time_axes_synched() (in module aurora.time_series.frequency_band_helpers)
client (aurora.sandbox.io_helpers.fdsn_dataset.FDSNDataset property)
clip_bands_from_z_file() (in module aurora.transfer_function.emtf_z_file_helpers)
clone() (aurora.time_series.windowing_scheme.WindowingScheme method)
coherent_gain (aurora.time_series.apodization_window.ApodizationWindow property)
compare_two_z_files() (in module aurora.transfer_function.plot.comparison_plots)
compute_band_edges() (aurora.sandbox.io_helpers.emtf_band_setup.EMTFBandSetupFile method)
compute_inverse_signal_covariance() (aurora.transfer_function.regression.RME.RME method)
(aurora.transfer_function.regression.RME_RR.RME_RR method)
compute_noise_covariance() (aurora.transfer_function.regression.m_estimator.MEstimator method)
compute_rms() (in module aurora.test_utils.synthetic.rms_helpers)
compute_squared_coherence() (aurora.transfer_function.regression.m_estimator.MEstimator method)
compute_weights() (aurora.transfer_function.weights.edf_weights.EffectiveDegreesOfFreedom method)
config (aurora.pipelines.transfer_function_kernel.TransferFunctionKernel property)
ConfigCreator (class in aurora.config.config_creator)
continue_redescending (aurora.transfer_function.regression.iter_control.IterControl property)
converged() (aurora.transfer_function.regression.iter_control.IterControl method)
correction_factor (aurora.transfer_function.regression.iter_control.IterControl property)
(aurora.transfer_function.regression.m_estimator.MEstimator property)
count_lines() (in module aurora.general_helper_functions)
,
[1]
covariance_xr() (in module aurora.time_series.xarray_helpers)
create_from_kernel_dataset() (aurora.config.config_creator.ConfigCreator method)
create_test_run_config() (in module aurora.test_utils.synthetic.make_processing_configs)
cross_spectra() (in module aurora.time_series.frequency_band_helpers)
D
dataset (aurora.pipelines.transfer_function_kernel.TransferFunctionKernel property)
(aurora.time_series.spectrogram.Spectrogram property)
dataset_df (aurora.pipelines.transfer_function_kernel.TransferFunctionKernel property)
decide_time_axis_method() (in module aurora.time_series.time_axis_helpers)
decimation_info() (aurora.config.metadata.Processing method)
(aurora.config.metadata.processing.Processing method)
decimation_levels (aurora.sandbox.io_helpers.emtf_band_setup.EMTFBandSetupFile property)
degrees_of_freedom (aurora.transfer_function.regression.base.RegressionEstimator property)
describe() (aurora.sandbox.io_helpers.fdsn_dataset.FDSNDataset method)
describe_inventory_stages() (in module aurora.sandbox.io_helpers.inventory_review)
determine_band_specification_style() (aurora.config.config_creator.ConfigCreator method)
detrend() (aurora.time_series.windowed_time_series.WindowedTimeSeries static method)
direct_solve_tf() (in module aurora.transfer_function.regression.helper_functions)
do_some_tests() (in module aurora.time_series.time_axis_helpers)
(in module aurora.time_series.window_helpers)
DotDict (class in aurora.general_helper_functions)
,
[1]
downsample_time_axis() (aurora.time_series.windowing_scheme.WindowingScheme method)
drop_nans() (in module aurora.pipelines.transfer_function_helpers)
dt (aurora.time_series.windowing_scheme.WindowingScheme property)
duration_advance (aurora.time_series.windowing_scheme.WindowingScheme property)
E
effective_degrees_of_freedom_weights() (in module aurora.transfer_function.weights.edf_weights)
EffectiveDegreesOfFreedom (class in aurora.transfer_function.weights.edf_weights)
emtf_tf_header (aurora.transfer_function.base.TransferFunction property)
emtf_tf_header() (aurora.config.metadata.Processing method)
(aurora.config.metadata.processing.Processing method)
EMTFBandSetupFile (class in aurora.sandbox.io_helpers.emtf_band_setup)
EMTFTFHeader (class in aurora.config.metadata.processing)
enbw() (aurora.time_series.apodization_window.ApodizationWindow method)
enrich_channel_summary() (in module aurora.sandbox.mth5_helpers)
ensure_h5_exists() (in module aurora.test_utils.parkfield.make_parkfield_mth5)
err_log() (in module aurora.transfer_function.plot.error_bar_helpers)
estimate() (aurora.transfer_function.regression.base.RegressionEstimator method)
(aurora.transfer_function.regression.m_estimator.MEstimator method)
estimate_ols() (aurora.transfer_function.regression.base.RegressionEstimator method)
execute_subprocess() (in module aurora.general_helper_functions)
,
[1]
export_tf_collection() (aurora.pipelines.transfer_function_kernel.TransferFunctionKernel method)
extract_band() (aurora.time_series.spectrogram.Spectrogram method)
(in module aurora.time_series.frequency_band_helpers)
F
fast_arange() (in module aurora.time_series.time_axis_helpers)
fc_decimations_creator() (in module aurora.pipelines.fourier_coefficients)
FDSNDataset (class in aurora.sandbox.io_helpers.fdsn_dataset)
fft_xr_ds() (in module aurora.time_series.windowed_time_series)
flatten() (aurora.time_series.spectrogram.Spectrogram method)
frequency_axis() (aurora.time_series.windowing_scheme.WindowingScheme method)
frequency_increment (aurora.time_series.spectrogram.Spectrogram property)
frequency_index() (aurora.transfer_function.base.TransferFunction method)
G
get_band_for_tf_estimate() (in module aurora.time_series.frequency_band_helpers)
get_channel_summary() (in module aurora.sandbox.mth5_helpers)
get_data_via_fdsn_client() (aurora.sandbox.io_helpers.fdsn_dataset.FDSNDataset method)
get_decimation_level() (aurora.sandbox.io_helpers.emtf_band_setup.EMTFBandSetupFile method)
get_default_orientation_block() (in module aurora.transfer_function.emtf_z_file_helpers)
get_degenerate_fc_decimation() (in module aurora.pipelines.fourier_coefficients)
get_estimator_class() (in module aurora.pipelines.transfer_function_helpers)
get_example_kernel_dataset() (in module aurora.test_utils.synthetic.processing_helpers)
get_expected_rms_misfit() (in module aurora.test_utils.synthetic.rms_helpers)
get_experiment_from_obspy_inventory() (in module aurora.sandbox.mth5_helpers)
get_inventory() (aurora.sandbox.io_helpers.fdsn_dataset.FDSNDataset method)
get_merged_dict() (aurora.transfer_function.transfer_function_collection.TransferFunctionCollection method)
get_mth5_file_open_mode() (aurora.pipelines.transfer_function_kernel.TransferFunctionKernel method)
get_spectrogams() (in module aurora.pipelines.process_mth5)
get_station_id() (aurora.sandbox.io_helpers.zfile_murphy.ZFile method)
get_test_path() (in module aurora.general_helper_functions)
,
[1]
H
h5_filebase (aurora.sandbox.io_helpers.fdsn_dataset.FDSNDataset property)
handle_nan() (in module aurora.time_series.xarray_helpers)
header (aurora.transfer_function.transfer_function_collection.TransferFunctionCollection property)
I
impedance() (aurora.sandbox.io_helpers.zfile_murphy.ZFile method)
increment_iteration_number() (aurora.transfer_function.regression.iter_control.IterControl method)
increment_redescending_iteration_number() (aurora.transfer_function.regression.iter_control.IterControl method)
initial_estimate() (aurora.transfer_function.regression.m_estimator.MEstimator method)
initialize_client() (aurora.sandbox.io_helpers.fdsn_dataset.FDSNDataset method)
initialize_config() (in module aurora.pipelines.helpers)
initialize_mth5s() (aurora.pipelines.transfer_function_kernel.TransferFunctionKernel method)
initialize_xrda_1d() (in module aurora.time_series.xarray_helpers)
initialize_xrda_2d() (in module aurora.time_series.xarray_helpers)
input_channel_names (aurora.transfer_function.regression.base.RegressionEstimator attribute)
(aurora.transfer_function.regression.base.RegressionEstimator property)
inverse_signal_covariance (aurora.transfer_function.regression.base.RegressionEstimator attribute)
(aurora.transfer_function.regression.base.RegressionEstimator property)
is_underdetermined (aurora.transfer_function.regression.base.RegressionEstimator property)
is_valid_dataset() (aurora.pipelines.transfer_function_kernel.TransferFunctionKernel method)
iter_control (aurora.transfer_function.regression.base.RegressionEstimator attribute)
IterControl (class in aurora.transfer_function.regression.iter_control)
K
kernel_dataset (aurora.pipelines.transfer_function_kernel.TransferFunctionKernel property)
Kwargs (aurora.transfer_function.regression.base.RegressionEstimator attribute)
L
left_hand_window_edge_indices() (aurora.time_series.windowing_scheme.WindowingScheme method)
linear_spectral_density_calibration_factor (aurora.time_series.windowing_scheme.WindowingScheme property)
load() (aurora.sandbox.io_helpers.emtf_band_setup.EMTFBandSetupFile method)
(aurora.sandbox.io_helpers.zfile_murphy.ZFile method)
load_bf4_fap_for_parkfield_test_using_mt_metadata() (in module aurora.test_utils.parkfield.calibration_helpers)
load_stft_obj_from_mth5() (in module aurora.pipelines.process_mth5)
local_station_id (aurora.transfer_function.transfer_function_collection.TransferFunctionCollection property)
M
main() (in module aurora.sandbox.debug_mt_metadata_issue_85)
(in module aurora.test_utils.parkfield.make_parkfield_mth5)
(in module aurora.test_utils.synthetic.make_processing_configs)
(in module aurora.time_series.time_axis_helpers)
(in module aurora.time_series.window_helpers)
make() (aurora.time_series.apodization_window.ApodizationWindow method)
make_cas04_nvr08_test_00_config() (in module aurora.test_utils.dataset_definitions)
make_channel_labels_fdsn_compliant() (in module aurora.sandbox.obspy_helpers)
make_iak34_test_00_config() (in module aurora.test_utils.dataset_definitions)
make_iak34_test_01_config() (in module aurora.test_utils.dataset_definitions)
make_iak34_test_02_config() (in module aurora.test_utils.dataset_definitions)
make_iak34_test_03_config() (in module aurora.test_utils.dataset_definitions)
make_iak34_test_04_config() (in module aurora.test_utils.dataset_definitions)
make_parkfield_paths() (in module aurora.test_utils.parkfield.path_helpers)
make_pkdsao_mth5() (in module aurora.test_utils.parkfield.make_parkfield_mth5)
make_pkdsao_test_00_config() (in module aurora.test_utils.dataset_definitions)
make_processing_config_and_kernel_dataset() (in module aurora.test_utils.synthetic.make_processing_configs)
make_processing_summary() (aurora.pipelines.transfer_function_kernel.TransferFunctionKernel method)
make_stft_objects() (in module aurora.pipelines.process_mth5)
make_test_configs() (in module aurora.test_utils.dataset_definitions)
make_tf_level() (aurora.config.metadata.Processing method)
(aurora.config.metadata.processing.Processing method)
make_time_axis() (in module aurora.time_series.time_axis_helpers)
max_iterations_reached (aurora.transfer_function.regression.iter_control.IterControl property)
maximum_period (aurora.transfer_function.base.TransferFunction property)
memory_check() (aurora.pipelines.transfer_function_kernel.TransferFunctionKernel method)
merge_stfts() (in module aurora.pipelines.process_mth5)
merge_tf_collection_to_match_z_file() (in module aurora.transfer_function.emtf_z_file_helpers)
MEstimator (class in aurora.transfer_function.regression.m_estimator)
minimum_period (aurora.transfer_function.base.TransferFunction property)
mkdirs() (aurora.test_utils.synthetic.paths.SyntheticTestPaths method)
module
aurora
aurora.config
aurora.config.config_creator
aurora.config.emtf_band_setup
aurora.config.metadata
aurora.config.metadata.processing
aurora.general_helper_functions
,
[1]
aurora.pipelines
aurora.pipelines.fourier_coefficients
aurora.pipelines.helpers
aurora.pipelines.process_mth5
aurora.pipelines.time_series_helpers
aurora.pipelines.transfer_function_helpers
aurora.pipelines.transfer_function_kernel
aurora.sandbox
aurora.sandbox.debug_mt_metadata_issue_85
aurora.sandbox.io_helpers
aurora.sandbox.io_helpers.emtf_band_setup
aurora.sandbox.io_helpers.fdsn_dataset
aurora.sandbox.io_helpers.inventory_review
aurora.sandbox.io_helpers.make_mth5_helpers
aurora.sandbox.io_helpers.zfile_murphy
aurora.sandbox.mth5_channel_summary_helpers
aurora.sandbox.mth5_helpers
aurora.sandbox.obspy_helpers
aurora.sandbox.plot_helpers
aurora.sandbox.triage_metadata
aurora.test_utils
aurora.test_utils.dataset_definitions
aurora.test_utils.mth5
aurora.test_utils.mth5.fc_helpers
aurora.test_utils.parkfield
aurora.test_utils.parkfield.calibration_helpers
aurora.test_utils.parkfield.make_parkfield_mth5
aurora.test_utils.parkfield.path_helpers
aurora.test_utils.synthetic
aurora.test_utils.synthetic.make_processing_configs
aurora.test_utils.synthetic.paths
aurora.test_utils.synthetic.processing_helpers
aurora.test_utils.synthetic.rms_helpers
aurora.time_series
aurora.time_series.apodization_window
aurora.time_series.decorators
aurora.time_series.frequency_band_helpers
aurora.time_series.spectrogram
aurora.time_series.time_axis_helpers
aurora.time_series.window_helpers
aurora.time_series.windowed_time_series
aurora.time_series.windowing_scheme
aurora.time_series.xarray_helpers
aurora.transfer_function
aurora.transfer_function.base
aurora.transfer_function.emtf_z_file_helpers
aurora.transfer_function.plot
aurora.transfer_function.plot.comparison_plots
aurora.transfer_function.plot.error_bar_helpers
aurora.transfer_function.plot.rho_phi_helpers
aurora.transfer_function.plot.rho_plot
aurora.transfer_function.regression
aurora.transfer_function.regression.base
aurora.transfer_function.regression.helper_functions
aurora.transfer_function.regression.iter_control
aurora.transfer_function.regression.m_estimator
aurora.transfer_function.regression.RME
aurora.transfer_function.regression.RME_RR
aurora.transfer_function.transfer_function_collection
aurora.transfer_function.TTFZ
aurora.transfer_function.weights
aurora.transfer_function.weights.edf_weights
mth5_from_experiment() (in module aurora.sandbox.mth5_helpers)
mth5_has_fcs() (in module aurora.pipelines.transfer_function_kernel)
mth5_objs (aurora.pipelines.transfer_function_kernel.TransferFunctionKernel property)
N
n_channels_in (aurora.transfer_function.regression.base.RegressionEstimator property)
n_channels_out (aurora.transfer_function.regression.base.RegressionEstimator property)
n_data (aurora.transfer_function.regression.base.RegressionEstimator property)
nan_to_mean() (in module aurora.pipelines.time_series_helpers)
nenbw (aurora.time_series.apodization_window.ApodizationWindow property)
noise_covariance (aurora.transfer_function.regression.base.RegressionEstimator attribute)
(aurora.transfer_function.regression.base.RegressionEstimator property)
num_bands (aurora.sandbox.io_helpers.emtf_band_setup.EMTFBandSetupFile property)
(aurora.transfer_function.base.TransferFunction property)
num_channels_in (aurora.transfer_function.base.TransferFunction property)
num_channels_out (aurora.transfer_function.base.TransferFunction property)
num_decimation_levels (aurora.sandbox.io_helpers.emtf_band_setup.EMTFBandSetupFile property)
num_harmonics_in_band() (aurora.time_series.spectrogram.Spectrogram method)
num_samples_advance (aurora.time_series.windowing_scheme.WindowingScheme property)
num_samples_window (aurora.time_series.apodization_window.ApodizationWindow property)
number_of_decimation_levels (aurora.transfer_function.transfer_function_collection.TransferFunctionCollection property)
number_of_iterations (aurora.transfer_function.regression.iter_control.IterControl property)
number_of_redescending_iterations (aurora.transfer_function.regression.iter_control.IterControl property)
O
open_file() (aurora.sandbox.io_helpers.zfile_murphy.ZFile method)
output_channel_names (aurora.transfer_function.regression.base.RegressionEstimator property)
P
p1 (aurora.transfer_function.weights.edf_weights.EffectiveDegreesOfFreedom property)
p2 (aurora.transfer_function.weights.edf_weights.EffectiveDegreesOfFreedom property)
parkfield_sanity_check() (in module aurora.test_utils.parkfield.calibration_helpers)
period_index() (aurora.transfer_function.base.TransferFunction method)
periods (aurora.transfer_function.base.TransferFunction property)
phase_sub_plot() (aurora.transfer_function.plot.rho_plot.RhoPlot method)
phi() (aurora.sandbox.io_helpers.zfile_murphy.ZFile method)
plot_complex_response() (in module aurora.sandbox.plot_helpers)
plot_phi() (in module aurora.transfer_function.plot.rho_phi_helpers)
plot_response_pz() (in module aurora.sandbox.plot_helpers)
plot_responses() (in module aurora.test_utils.parkfield.calibration_helpers)
plot_rho() (in module aurora.transfer_function.plot.rho_phi_helpers)
plot_tf_obj() (in module aurora.sandbox.plot_helpers)
process_mth5() (in module aurora.pipelines.process_mth5)
process_mth5_legacy() (in module aurora.pipelines.process_mth5)
process_tf_decimation_level() (in module aurora.pipelines.process_mth5)
process_transfer_functions() (in module aurora.pipelines.transfer_function_helpers)
Processing (class in aurora.config.metadata)
(class in aurora.config.metadata.processing)
processing_config (aurora.pipelines.transfer_function_kernel.TransferFunctionKernel property)
processing_summary (aurora.pipelines.transfer_function_kernel.TransferFunctionKernel property)
processing_type (aurora.pipelines.transfer_function_kernel.TransferFunctionKernel property)
prototype_decimate() (in module aurora.pipelines.time_series_helpers)
Q
Q (aurora.transfer_function.regression.base.RegressionEstimator property)
QH (aurora.transfer_function.regression.base.RegressionEstimator property)
QHX (aurora.transfer_function.regression.RME_RR.RME_RR property)
QHY (aurora.transfer_function.regression.base.RegressionEstimator property)
QHYc (aurora.transfer_function.regression.m_estimator.MEstimator property)
qr_decomposition() (aurora.transfer_function.regression.base.RegressionEstimator method)
R
R (aurora.transfer_function.regression.base.RegressionEstimator property)
r0 (aurora.transfer_function.regression.m_estimator.MEstimator property)
read_back_fcs() (in module aurora.pipelines.fourier_coefficients)
read_channel_information() (aurora.sandbox.io_helpers.zfile_murphy.ZFile method)
read_coordinates_and_declination() (aurora.sandbox.io_helpers.zfile_murphy.ZFile method)
read_fc_csv() (in module aurora.test_utils.mth5.fc_helpers)
read_number_of_channels_and_number_of_frequencies() (aurora.sandbox.io_helpers.zfile_murphy.ZFile method)
read_z_file() (in module aurora.sandbox.io_helpers.zfile_murphy)
RegressionEstimator (class in aurora.transfer_function.regression.base)
remote_station_id (aurora.transfer_function.transfer_function_collection.TransferFunctionCollection property)
reset_number_of_iterations() (aurora.transfer_function.regression.iter_control.IterControl method)
reset_number_of_redescending_iterations() (aurora.transfer_function.regression.iter_control.IterControl method)
residual_variance (aurora.transfer_function.regression.m_estimator.MEstimator property)
residual_variance_method1() (aurora.transfer_function.regression.m_estimator.MEstimator method)
residual_variance_method2() (aurora.transfer_function.regression.m_estimator.MEstimator method)
rho() (aurora.sandbox.io_helpers.zfile_murphy.ZFile method)
rho_phi_plot() (aurora.transfer_function.transfer_function_collection.TransferFunctionCollection method)
rho_sub_plot() (aurora.transfer_function.plot.rho_plot.RhoPlot method)
RhoPlot (class in aurora.transfer_function.plot.rho_plot)
RME (class in aurora.transfer_function.regression.RME)
rme_beta() (in module aurora.transfer_function.regression.helper_functions)
RME_RR (class in aurora.transfer_function.regression.RME_RR)
run_ts_to_stft() (in module aurora.pipelines.time_series_helpers)
run_ts_to_stft_scipy() (in module aurora.pipelines.time_series_helpers)
S
S1 (aurora.time_series.apodization_window.ApodizationWindow property)
S2 (aurora.time_series.apodization_window.ApodizationWindow property)
save_as_json() (aurora.config.metadata.Processing method)
(aurora.config.metadata.processing.Processing method)
save_fourier_coefficients() (in module aurora.pipelines.process_mth5)
save_to_mat() (in module aurora.general_helper_functions)
,
[1]
scan_inventory_for_nonconformity() (in module aurora.sandbox.io_helpers.inventory_review)
select_data_source() (in module aurora.test_utils.parkfield.make_parkfield_mth5)
set_lims() (aurora.transfer_function.plot.rho_plot.RhoPlot method)
set_period_limits() (aurora.transfer_function.plot.rho_plot.RhoPlot method)
set_rho_limits() (aurora.transfer_function.plot.rho_plot.RhoPlot method)
set_tf() (aurora.transfer_function.base.TransferFunction method)
set_up_iter_control() (in module aurora.pipelines.transfer_function_helpers)
show_processing_summary() (aurora.pipelines.transfer_function_kernel.TransferFunctionKernel method)
simple_solve_tf() (in module aurora.transfer_function.regression.helper_functions)
skip_header_lines() (aurora.sandbox.io_helpers.zfile_murphy.ZFile method)
sliding_window_crude() (in module aurora.time_series.window_helpers)
sliding_window_numba() (in module aurora.time_series.window_helpers)
slow_comprehension() (in module aurora.time_series.time_axis_helpers)
solve_underdetermined() (aurora.transfer_function.regression.base.RegressionEstimator method)
Spectrogram (class in aurora.time_series.spectrogram)
squared_coherence (aurora.transfer_function.regression.base.RegressionEstimator attribute)
stack_fcs() (in module aurora.pipelines.transfer_function_helpers)
standard_error() (aurora.transfer_function.TTFZ.TTFZ method)
station_obj_from_row() (in module aurora.pipelines.transfer_function_kernel)
striding_window() (in module aurora.time_series.window_helpers)
summary (aurora.time_series.apodization_window.ApodizationWindow property)
SyntheticTestPaths (class in aurora.test_utils.synthetic.paths)
T
taper (aurora.time_series.apodization_window.ApodizationWindow property)
test_apply_taper() (in module aurora.time_series.window_helpers)
test_can_add_location() (in module aurora.sandbox.debug_mt_metadata_issue_85)
test_generate_time_axis() (in module aurora.time_series.time_axis_helpers)
test_linear_spectral_density_factor() (aurora.time_series.apodization_window.ApodizationWindow method)
test_to_from_json() (in module aurora.test_utils.synthetic.make_processing_configs)
tf (aurora.transfer_function.base.TransferFunction property)
tf_header (aurora.transfer_function.base.TransferFunction property)
tf_obj_from_synthetic_data() (in module aurora.test_utils.synthetic.processing_helpers)
time_axis (aurora.time_series.spectrogram.Spectrogram property)
tippers() (aurora.sandbox.io_helpers.zfile_murphy.ZFile method)
total_number_of_channels (aurora.transfer_function.transfer_function_collection.TransferFunctionCollection property)
total_number_of_frequencies (aurora.transfer_function.transfer_function_collection.TransferFunctionCollection property)
TransferFunction (class in aurora.transfer_function.base)
TransferFunctionCollection (class in aurora.transfer_function.transfer_function_collection)
TransferFunctionKernel (class in aurora.pipelines.transfer_function_kernel)
triage_issue_289() (in module aurora.pipelines.process_mth5)
triage_missing_coil_hollister() (in module aurora.sandbox.triage_metadata)
triage_mt_units_electric_field() (in module aurora.sandbox.triage_metadata)
triage_mt_units_magnetic_field() (in module aurora.sandbox.triage_metadata)
triage_run_id() (in module aurora.sandbox.triage_metadata)
trim_streams_to_common_timestamps() (in module aurora.sandbox.obspy_helpers)
truncate_to_clock_zero() (in module aurora.pipelines.time_series_helpers)
TTFZ (class in aurora.transfer_function.TTFZ)
U
u0 (aurora.transfer_function.regression.m_estimator.MEstimator property)
update_b() (aurora.transfer_function.regression.RME.RME method)
(aurora.transfer_function.regression.RME_RR.RME_RR method)
update_dataset_df() (aurora.pipelines.transfer_function_kernel.TransferFunctionKernel method)
update_QHYc() (aurora.transfer_function.regression.m_estimator.MEstimator method)
update_residual_variance() (aurora.transfer_function.regression.m_estimator.MEstimator method)
(aurora.transfer_function.regression.RME.RME method)
(aurora.transfer_function.regression.RME_RR.RME_RR method)
update_y_cleaned_via_huber_weights() (aurora.transfer_function.regression.m_estimator.MEstimator method)
update_y_cleaned_via_redescend_weights() (aurora.transfer_function.regression.m_estimator.MEstimator method)
update_y_hat() (aurora.transfer_function.regression.m_estimator.MEstimator method)
(aurora.transfer_function.regression.RME.RME method)
(aurora.transfer_function.regression.RME_RR.RME_RR method)
V
valid_decimations() (aurora.pipelines.transfer_function_kernel.TransferFunctionKernel method)
validate() (aurora.pipelines.transfer_function_kernel.TransferFunctionKernel method)
validate_decimation_scheme_and_dataset_compatability() (aurora.pipelines.transfer_function_kernel.TransferFunctionKernel method)
validate_processing() (aurora.pipelines.transfer_function_kernel.TransferFunctionKernel method)
validate_sample_rate() (in module aurora.pipelines.time_series_helpers)
validate_save_fc_settings() (aurora.pipelines.transfer_function_kernel.TransferFunctionKernel method)
W
window_duration (aurora.time_series.windowing_scheme.WindowingScheme property)
window_scheme() (aurora.config.metadata.Processing method)
(aurora.config.metadata.processing.Processing method)
window_scheme_from_decimation() (in module aurora.time_series.windowing_scheme)
WindowedTimeSeries (class in aurora.time_series.windowed_time_series)
WindowingScheme (class in aurora.time_series.windowing_scheme)
writability_check() (aurora.test_utils.synthetic.paths.SyntheticTestPaths method)
X
X (aurora.transfer_function.regression.base.RegressionEstimator attribute)
Y
Y (aurora.transfer_function.regression.base.RegressionEstimator attribute)
Y_hat (aurora.transfer_function.regression.m_estimator.MEstimator property)
Yc (aurora.transfer_function.regression.base.RegressionEstimator attribute)
Z
ZFile (class in aurora.sandbox.io_helpers.zfile_murphy)