LISA Data Challenge software
Project description
LISA Data Challenge software
LDC provides a set of tools to generate and analyse the LDC datasets.
Installation of the latest released version
pip install lisa-data-challenge
Installation of the dev version
Cloning the gitlab project
The default working branch is named develop
.
git clone -b develop https://gitlab.in2p3.fr/LISA/LDC.git
Installation
By default, pyproject.toml
will be used to generate a temporary
environement to build the package (see
https://pip.pypa.io/en/stable/reference/build-system/pyproject-toml/)
pip install .
For older version of setuptools
, a setup.py
file is also provided.
python setup.py install
Troubleshooting
Prerequisites
- GSL :
apt-get install libgsl-dev
orconda install gsl
- FFTW3 :
apt-get install libfftw3-dev
orconda install fftw
Paths to FFTW and GSL can be set explicitly by editing setup.cfg
.
Python dependencies
Make sure that all requirements are met.
The requirements.txt
file defines the reference version for most of
the dependencies for a python3.9 installation as recommended by
LISA-CDE, but other versions
of the listed package might work.
To comply with the CDE environement:
pip install -r requirements.txt
Extensions for specific fast waveform generator can be disabled in the installation command line:
python setup.py install --no-fastGB --no-imrphenomD --no-fastAK
Extra dependencies
Some external tools are interfaced by the LDC and need separate installation:
- EMRI waveform with few: see https://bhptoolkit.org/FastEMRIWaveforms/html/index.html
- Fast BH waveform with lisabeta: see https://gitlab.in2p3.fr/marsat/lisabeta
Documentation
Use policy
Do not forget to associate the authors of this software to your research:
-
Please cite the DOI (see badge above) and acknowledge the LDC working group in any publication which makes use of it
-
Do not hesitate to send an email for help and/or collaboration: ldc-at-lisamission.org, ldc-chairs-at-lisamission.org
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file lisa_data_challenge-1.2.4.tar.gz
.
File metadata
- Download URL: lisa_data_challenge-1.2.4.tar.gz
- Upload date:
- Size: 50.8 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9cada0f308698ce5aeee74eedd64a3572cf90d724fc26e1c2a8e49a84bb02d5d |
|
MD5 | a3095046dd7237eb361e726db04feb76 |
|
BLAKE2b-256 | 7c23ff2bd71ffe4f37c3bf142e7ec66deb4e8ee33c513226b2cf19549c783210 |