-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
6,043 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
recursive-include cxx * | ||
recursive-include data * |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
WaterLevel &Arr{ | ||
water_level 1.0 | ||
operator_nfft 1024 | ||
shaping_wavelet_dt 0.05 | ||
# these are appropriate for scalar data defined in test script | ||
deconvolution_data_window_start -5.0 | ||
deconvolution_data_window_end 30.0 | ||
target_sample_interval 0.05 | ||
shaping_wavelet_type ricker | ||
shaping_wavelet_frequency 1.0 | ||
shaping_wavelet_frequency_for_inverse 1.0 | ||
} | ||
LeastSquare &Arr{ | ||
damping_factor 1.0 | ||
operator_nfft 1024 | ||
shaping_wavelet_dt 0.05 | ||
# these are appropriate for scalar data defined in test script | ||
deconvolution_data_window_start -5.0 | ||
deconvolution_data_window_end 30.0 | ||
target_sample_interval 0.05 | ||
shaping_wavelet_type ricker | ||
shaping_wavelet_frequency 1.0 | ||
shaping_wavelet_frequency_for_inverse 0.5 | ||
} | ||
MultiTaperSpecDiv &Arr{ | ||
damping_factor 0.1 | ||
shaping_wavelet_dt 0.05 | ||
shaping_wavelet_type ricker | ||
shaping_wavelet_frequency 1.0 | ||
shaping_wavelet_frequency_for_inverse 0.5 | ||
target_sample_interval 0.05 | ||
operator_nfft 1024 | ||
#time_bandwidth_product 4.0 | ||
#number_tapers 8 | ||
time_bandwidth_product 2.5 | ||
number_tapers 4 | ||
deconvolution_data_window_start -5.0 | ||
deconvolution_data_window_end 30.0 | ||
noise_window_start -35.0 | ||
noise_window_end -5.0 | ||
} | ||
MultiTaperXcor &Arr{ | ||
damping_factor 0.05 | ||
shaping_wavelet_dt 0.05 | ||
shaping_wavelet_type ricker | ||
shaping_wavelet_frequency 1.0 | ||
shaping_wavelet_frequency_for_inverse 0.5 | ||
target_sample_interval 0.05 | ||
operator_nfft 1024 | ||
#time_bandwidth_product 4.0 | ||
#number_tapers 8 | ||
time_bandwidth_product 2.5 | ||
number_tapers 4 | ||
deconvolution_data_window_start -5.0 | ||
deconvolution_data_window_end 30.0 | ||
noise_window_start -35.0 | ||
noise_window_end -5.0 | ||
} |
Oops, something went wrong.