This repository has been archived by the owner on Jul 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #536 from usgs/oscillators_fix2
Oscillators fix2
- Loading branch information
Showing
23 changed files
with
28,004 additions
and
102 deletions.
There are no files selected for viewing
3,066 changes: 3,066 additions & 0 deletions
3,066
gmprocess/data/testdata/high_freq_sa/RSN10590_ComalTX11-10-20_IU.CCM.BH1.00.AT2
Large diffs are not rendered by default.
Oops, something went wrong.
3,066 changes: 3,066 additions & 0 deletions
3,066
gmprocess/data/testdata/high_freq_sa/RSN10590_ComalTX11-10-20_IU.CCM.BH2.00.AT2
Large diffs are not rendered by default.
Oops, something went wrong.
3,066 changes: 3,066 additions & 0 deletions
3,066
gmprocess/data/testdata/high_freq_sa/RSN10590_ComalTX11-10-20_IU.CCM.BHZ.00.AT2
Large diffs are not rendered by default.
Oops, something went wrong.
6,163 changes: 6,163 additions & 0 deletions
6,163
gmprocess/data/testdata/high_freq_sa/RSN10591_ComalTX11-10-20_IU.CCM.BH1.10.AT2
Large diffs are not rendered by default.
Oops, something went wrong.
6,163 changes: 6,163 additions & 0 deletions
6,163
gmprocess/data/testdata/high_freq_sa/RSN10591_ComalTX11-10-20_IU.CCM.BH2.10.AT2
Large diffs are not rendered by default.
Oops, something went wrong.
6,163 changes: 6,163 additions & 0 deletions
6,163
gmprocess/data/testdata/high_freq_sa/RSN10591_ComalTX11-10-20_IU.CCM.BHZ.10.AT2
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
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
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
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
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
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
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
void calculate_spectrals_c(double *times, double *acc, int np, double period, | ||
void calculate_spectrals_c(double *acc, int np, double dt, double period, | ||
double damping, double *sacc, double *svel, | ||
double *sdis); |
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
Oops, something went wrong.