GWtool
Gravitational-wave tool
 All Classes Files Functions Variables Pages
Functions/Subroutines
wf_routines.f90 File Reference

(GWtool version 0.2.0, revision 33, hash fd63089 (2013-12-08))

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...
 

Detailed Description

Routines for waveform matching.

Definition in file wf_routines.f90.

Function/Subroutine Documentation

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.

Parameters
ipfile1File containing WF 1
ipfile2File containing WF 2
Return values
lnNumber of lines read
dtSum(t2-t1)
dhSum(h2-h1)
hmaxMaximum absolute strain amplitude found in h1, h2
hsum1Sum of absolute values of strain amplitude h1
hsum2Sum of absolute values of strain amplitude h1
rdhRelative dh
lnrNumber of lines used to compute rdh

Definition at line 43 of file wf_routines.f90.

Referenced by gw_match_wfs().