From 9bd7b90a168bc32167b067b7a5b83fe281765776 Mon Sep 17 00:00:00 2001 From: Sebastiano Bernuzzi <sebastiano.bernuzzi@gmail.com> Date: Tue, 30 Aug 2022 17:31:36 +0000 Subject: [PATCH] Updated README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 680ba0b..1e1eb1a 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # Python Waveform Analysis Tools -The [CoRe](http://www.computational-relativity.org/) python package for the analysis of gravitational waves based on +The [CoRe](http://www.computational-relativity.org/) python package for the analysis of gravitational waves. It incorporates various functions based on previous codes [`scidata`](https://bitbucket.org/dradice/scidata/src/default/), -[Matlab's `WAT`](https://bitbucket.org/bernuzzi/wat/src/master/) and -[`pyGWAnalysis`](http://svn.einsteintoolkit.org/pyGWAnalysis/trunk/) +[`WAT`](https://bitbucket.org/bernuzzi/wat/src/master/) and +[`pyGWAnalysis`](http://svn.einsteintoolkit.org/pyGWAnalysis/trunk/), and includes classes to work with the [CoRe waveform database](core-gitlfs.tpi.uni-jena.de/). ## Installation @@ -50,7 +50,7 @@ To sync and clone the CoRe DB `watpy` requires a git installation: ## Features * Classes for multipolar waveform data - * Classes to work with the [CoRe database](core-gitlfs.tpi.uni-jena.de/) + * Classes to clone the [CoRe database](core-gitlfs.tpi.uni-jena.de/) * Gravitational-wave energy and angular momentum calculation routines * Psi4-to-h via FFI or time integral routines * Waveform alignment and phasing routines -- GitLab