Home | Trees | Indices | Help |
|
---|
|
This module is an enhancement based on the module spawaveform available in pylal. This module can do the following: 1) Find the expected SNR of a spin-aligned IMR waveform (see Ajith et al.) with respect to initial LIGO SRD. submodule:IMRsnr 2) Find the hrss of the waveform. submodule:IMRhrss 3) Find the peak amplitude of the waveform. submodule:IMRpeakAmp 4) Find the target burst frequency of the waveform: submodule:IMRtargetburstfreq
Date: 2017-12-05 15:29:36 +0000
Author: Satya Mohapatra <satya@physics.umass.edu>
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
design = numpy.loadtxt('ligo4k_design.txt')
|
|||
interpolatation = interpolate.interp1d(design [:, 0], design [
|
|
IMRsnr finds the SNR of the waveform with Initial LIGO SRD for a given source parameters and the source distance. usage: IMRsnr(m1,m2,spin1z,spin2z,distance) e.g. spawaveApp.IMRsnr(30,40,0.45,0.5,100) |
IMRhrss finds the SNR of the waveform for a given source parameters and the source distance. usage: IMRhrss(m1,m2,spin1z,spin2z,distance) e.g. spawaveApp.IMRhrss(30,40,0.45,0.5,100) |
IMRpeakAmp finds the peak amplitude of the waveform for a given source parameters and the source distance. usage: IMRpeakAmp(m1,m2,spin1z,spin2z,distance) e.g. spawaveApp.IMRpeakAmp(30,40,0.45,0.5,100) |
IMRtargetburstfreq finds the peak amplitude of the waveform for a given source parameters and the source distance. usage: IMRtargetburstfreq(m1,m2,spin1z,spin2z) e.g. spawaveApp.IMRtargetburstfreq(30,40,0.45,0.5) |
The final spin calculation is based on Rezolla et al. IMRfinalspin final spin of the end product black hole. usage: IMRfinalspin(m1,m2,spin1z,spin2z) e.g. spawaveApp.IMRfinalspin(30.,40.,0.45,0.5) |
|
interpolatation
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Dec 12 01:21:41 2017 | http://epydoc.sourceforge.net |