Gravitational-Wave Sensitivity Curves.
GWSC is the julia package to calculate and plot sensitivity curves for gravitational-wave detectors.
julia> using Pkg;
julia> Pkg.add(PackageSpec(url="https://github.com/bingining/GWSC.jl.git"))
julia> using GWSC
julia> ipta = PTA(NP=36, σRMS=1e2, TObs=20.);
julia> plotΩPI(ipta, plotΩeffQ=true, plotΩPILinesQ=true, ΩPlotRange=(1e-15, 1e-8))
More complete examples can be found at examples.
- Add other detectors: BBO, DECIGO ...
- Add more comments, explanations and examples
- Implement the Bayesian approch for PTA
- Add h_c PI curve
- Probably write an article to explain the algorithms implemented in the package
- Do more tests
- Register as an offical julia package if possible
- Zu-Cheng Chen - bingining
Please email the author with any bugs or requests.
This project is licensed under the GPL3 License - see the LICENSE file for details.