A simple Python jupyter notebook Home.ipynb that show you how to download GWOSC data with GWpy or load local hdf5/*.hdf5
file from GWOSC with readligo.py
。 Whitening codes by scratch are also included.
-
GWpy
-
Installation
The recommended way of installing GWpy is with Conda:
$ conda install -c conda-forge gwpy
or with Pip:
$ python -m pip install gwpy ## or ## $ pip install --upgrade gwpy
Supported python versions: 3.6+.
You can test your installation, and its version by
$ python -c "import gwpy; print(gwpy.__version__)"
MIT