Revision be8982d089fa9cd6ace7f59c930a54545ef9dfb4 authored by Soumi De on 10 October 2017, 17:04:08 UTC, committed by GitHub on 10 October 2017, 17:04:08 UTC
* Add a chirp dist and mchirp to lum dist function

* Add luminosity dist to chirp dist transform

* Add chirp_distance to location parameters list

* ws

* Tried to make the dquad module easier to read

* Make mchirp an input in forward and reverse transforms for chirp distance transform

* Make ref_mass an attribute of the class

* Make _inputs and _outputs to be class attributes inside __init__

* Fixed docs

* Added blank lines where required

* Added more blank lines where required

* Fix label for chirp distance

* fix doc for dquadmon
1 parent ff7e04a
Raw File
requirements.txt
# requirements for most basic library use
Mako>=1.0.1
argparse>=1.3.0
decorator>=3.4.2
scipy>=0.13.0
unittest2
matplotlib>=1.3.1
numpy>=1.9.0
pillow
h5py>=2.5
jinja2
mpld3>=0.3
pyRXP>=2.1.0
pycbc-glue-obsolete==1.1.0
weave>=0.16.0
requests>=1.2.1
beautifulsoup4>=4.6.0
astropy>=2.0.1

# Ensure pyOpenSSL is recent enough
pyOpenSSL==17.2.0

# Needed for Parameter Estimation Tasks
kombine>=0.8.2
emcee>=2.2.0
corner>=2.0.1

# For LDG service access
dqsegdb
http://download.pegasus.isi.edu/pegasus/4.7.5/pegasus-python-source-4.7.5.tar.gz

# For building documentation
Sphinx>=1.5.0
sphinx-rtd-theme
git+https://github.com/ligo-cbc/sphinxcontrib-programoutput.git#egg=sphinxcontrib-programoutput
back to top