gwcat-data
Data from LIGO-Virgo gravitational wave detections, built from Gravitational Wave Open Science Centre and GraceDB. For usage see gwcat.cardiffgravity.org
Data files (GWOSC + GraceDB):
Sky localisation images:
- Location: https://ligo.gravity.cf.ac.uk/~chris.north/gwcat-data/data/png/<filename>
- Filename formats for <event> (e.g. GW150914, S190510g etc.):
- Mollweide: <event>_moll.png
- Mollweide (rotated to centre on peak location): <event>_moll_rot.png
- Cartesian fullsky: <event>_cart.png
- Cartesian fullsky (rotated to centre on peak location): <event>_cart_rot.png
- Cartesian zoomed onto peak location: <event>_cartzoom.png
- “Pretty” versions of images (NB these are under development, and may change style)
- Mollweide (white background): <event>_moll_pretty.png
- Mollweide (black background): <event>_moll_pretty_black.png
- Cartesian zoomed on peak location (no border): <event>_cartzoom_pretty.png
- Thumnail of all images have .thumb.png extension
- All images are in Equatorial (J2000) coordinates.
High-res sky localisation images:
- Galactic: https://ligo.gravity.cf.ac.uk/~chris.north/gwcat-data/data/gravoscope/<event>_8192.png
- Equatorial (J2000): https://ligo.gravity.cf.ac.uk/~chris.north/gwcat-data/data/gravoscope/<event>_8192_eq.png
- 8192x4096 px
- grayscale image
Dependencies
- python>=3.6 (it almost certainly works in earlier versions of python3, and it may well work in python 2, possibly with minor changes)
- Contains the submodule gwcatpy, which has the following dependencies:
- LIGO-specific dependencies
- Other community-developed dependencies:
- astropy
- healpy
- matplotlib
- pandas
- h5py
- astropy_healpix
- numpy
- scipy
- requests
- json
- bs4