Routines for waveform matching. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | match_wfs_file (ipfile1, ipfile2, ln, dt, dh, hmax, hsum1, hsum2, rdh, lnr) |
Match the time-domain waveforms in two specified files. More... | |
Routines for waveform matching.
Definition in file wf_routines.f90.
subroutine match_wfs_file | ( | character, dimension(*), intent(in) | ipfile1, |
character, dimension(*), intent(in) | ipfile2, | ||
integer, intent(out) | ln, | ||
real(double), intent(out) | dt, | ||
real(double), intent(out) | dh, | ||
real(double), intent(out) | hmax, | ||
real(double), intent(out) | hsum1, | ||
real(double), intent(out) | hsum2, | ||
real(double), intent(out) | rdh, | ||
integer, intent(out) | lnr | ||
) |
Match the time-domain waveforms in two specified files.
ipfile1 | File containing WF 1 |
ipfile2 | File containing WF 2 |
ln | Number of lines read |
dt | Sum(t2-t1) |
dh | Sum(h2-h1) |
hmax | Maximum absolute strain amplitude found in h1, h2 |
hsum1 | Sum of absolute values of strain amplitude h1 |
hsum2 | Sum of absolute values of strain amplitude h1 |
rdh | Relative dh |
lnr | Number of lines used to compute rdh |
Definition at line 43 of file wf_routines.f90.
Referenced by gw_match_wfs().