Skip to content

A simple Jupiter notebook on data analysis of GW events and whitening.

License

Notifications You must be signed in to change notification settings

iphysresearch/GWEvents_whitening_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GWEvents_whitening_demo

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.

Requirements

  • GWpy

    • Documentation

    • GitHub

    • 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__)"

License

MIT

About

A simple Jupiter notebook on data analysis of GW events and whitening.

Topics

Resources

License

Stars

Watchers

Forks