GWtool
Gravitational-wave tool
 All Classes Files Functions Variables Pages
GWtool.f90
Go to the documentation of this file.
1 !> \file GWtool.f90 Used for documentation purposes
2 !!
3 !! \mainpage GWtool documentation
4 !! GWtool is a set of simple command-line tools to deal with gravitational waves. GWtool is available for free
5 !! under the conditions of the GPL v.3.
6 !!
7 !! \par
8 !! Copyright &copy; 2007-2013 AstroFloyd - <a href="http://astrofloyd.org">astrofloyd.org</a>
9 !!
10 !! \see
11 !! These pages contain the documentation for GWtool, created by Doxygen.
12 !! For the GWtool home page, see: http://gwtool.sf.net
13 !!
14 !! \section Programs
15 !!
16 !! - \b gw_coalescence_pmax: Calculates the maximum initial period that can coalesce within a certain time
17 !! - \b gw_coalescence_time: Calculates the time needed to reach a certain Porb (default 0) using gravitational-wave evolution
18 !! - \b gw_coalescence_time_from_f0: Calculates time of coalescence for a LIGO binary from certain frequency f0
19 !! - \b gw_eta2q: Compute the symmetric mass ratio &eta; from the asymmetric mass ratio q
20 !! - \b gw_final_period: Calculates the orbital period of a detached stellar binary after a given time of GW evolution
21 !! - \b gw_isco: Calculates isco properties for a black hole with given mass and spin
22 !! - \b gw_ligo_mcmc_injection: Create an inspiral injection xml to use for lalinference_mcmc
23 !! - \b gw_ligo_xml2screen: Print the contents of a LIGO/Virgo injection.xml file to screen
24 !! - \b gw_m1m2-mceta: Compute chirp mass and symmetric mass ratio from the individual masses
25 !! - \b gw_match_wfs: Match two time-domain waveforms in specified files
26 !! - \b gw_mceta-m1m2: Convert the chirp mass and symmetric mass ratio to individual masses
27 !! - \b gw_q2eta: Compute the symmetric mass ratio &eta; from the asymmetric mass ratio q
28 
29 
30 ! Copyright (c) 2007-2013 AstroFloyd - astrofloyd.org
31 !
32 ! This file is part of the GWtool package,
33 ! see: http://gwtool.sf.net/
34 !
35 ! This is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License
36 ! as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
37 !
38 ! This software is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
39 ! warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
40 !
41 ! You should have received a copy of the GNU General Public License along with this code. If not, see
42 ! <http://www.gnu.org/licenses/>.
43 
44