This package provides a fast waveform generator for galactic binaries, as seen by the LISA instrument
Project description
FastGB
Description
This package provides a fast waveform generator for galactic binaries, as seen by the LISA instrument. Galactic binaries are described by the following 8 parameters: frequency (f0), frequency evolution (fdot), amplitude (ampl), sky location (beta, lambda), polarisation (psi), inclination (incl) and initial phas (phi0).
The main functionality of this package is to compute time delay interferometry (TDI) observables from those parameters, with the following options:
- TDI 1.5 or 2nd generation
- multiple sources generation at a time
- analytic or interpolated orbits from file
- numpy arrays or jax arrays for auto differentiation
It is based on 10.1103/physrevd.76.083006 and follows LISA Data Challenge (LDC) conventions.
Installation
pip install git+https://gitlab.in2p3.fr/lisa/fastgb
or
pip install git+https://gitlab.in2p3.fr/lisa/fastgb[jax]
Usage
import numpy as np
from lisaorbits import EqualArmlengthOrbits
from fastgb import fastgb
pGB = np.array([0.00135962, # f0 Hz
8.94581279e-19, # fdot "Hz^2
1.07345e-22, # ampl strain
0.312414, # eclipticlatitude radian
-2.75291, # eclipticLongitude radian
3.5621656, # polarization radian
0.523599, # inclination radian
3.0581565, # initial phase radian
])
fgb = fastgb.FastGB(delta_t=5, T=365*24*3600, N=128, orbits=EqualArmlengthOrbits())
X, Y, Z, kmin = fgb.get_fd_tdixyz(pGB.reshape(1,-1))
Contributors
Based on work from:
- Stas Babak
- Jean-Baptiste Bayle
- Téo Bouvard
- Christian Chapman-Bird
- Maude Le Jeune
Project details
Release history Release notifications | RSS feed
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 fastgb-0.0.1.tar.gz.
File metadata
- Download URL: fastgb-0.0.1.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0b23bc9a04762a8e522c84a30cfb7c6c0308f227735682fc3557622a8d5a2810
|
|
| MD5 |
e3182c65951e889367ec4537508c9f9b
|
|
| BLAKE2b-256 |
80b6f7256263d50a8f8f1754e0e3b01d41b0f2561bdf88887b73a8b2cca2fd53
|