├── .gitignore ├── README.md ├── data ├── detectors │ ├── ALIA.json │ ├── Aplus.json │ ├── BBO.json │ ├── CosmicExplorer.json │ ├── DECIGO.json │ ├── EPTA.json │ ├── ET.json │ ├── GEO.json │ ├── IPTA.json │ ├── KAGRA.json │ ├── LIGO.json │ ├── LISA.json │ ├── SKA.json │ ├── TAMA.json │ ├── TianQin.json │ ├── VIRGO.json │ ├── aLIGO-O1.json │ ├── aLIGO.json │ ├── aLIGODesign.json │ ├── aVIRGO.json │ └── eLISA.json ├── files.json └── sources │ ├── GW150914.json │ ├── cbcs.json │ ├── emris.json │ ├── gal_bins.json │ ├── massive_mergers.json │ ├── pulsars.json │ ├── sto_back.json │ ├── supermassive_mergers.json │ ├── supernovae.json │ ├── supernovae_type1A.json │ └── unresv_gal_bins.json ├── index.html ├── js ├── jquery.flot.canvas.js ├── jquery.flot.min.js ├── jquery.flot.resize.min.js ├── plot.js └── scalings.js └── style.css /.gitignore: -------------------------------------------------------------------------------- 1 | *~ 2 | 3 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsci/GWplotter/HEAD/README.md -------------------------------------------------------------------------------- /data/detectors/ALIA.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsci/GWplotter/HEAD/data/detectors/ALIA.json -------------------------------------------------------------------------------- /data/detectors/Aplus.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsci/GWplotter/HEAD/data/detectors/Aplus.json -------------------------------------------------------------------------------- /data/detectors/BBO.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsci/GWplotter/HEAD/data/detectors/BBO.json -------------------------------------------------------------------------------- /data/detectors/CosmicExplorer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsci/GWplotter/HEAD/data/detectors/CosmicExplorer.json -------------------------------------------------------------------------------- /data/detectors/DECIGO.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsci/GWplotter/HEAD/data/detectors/DECIGO.json -------------------------------------------------------------------------------- /data/detectors/EPTA.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsci/GWplotter/HEAD/data/detectors/EPTA.json -------------------------------------------------------------------------------- /data/detectors/ET.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsci/GWplotter/HEAD/data/detectors/ET.json -------------------------------------------------------------------------------- /data/detectors/GEO.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsci/GWplotter/HEAD/data/detectors/GEO.json -------------------------------------------------------------------------------- /data/detectors/IPTA.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsci/GWplotter/HEAD/data/detectors/IPTA.json -------------------------------------------------------------------------------- /data/detectors/KAGRA.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsci/GWplotter/HEAD/data/detectors/KAGRA.json -------------------------------------------------------------------------------- /data/detectors/LIGO.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsci/GWplotter/HEAD/data/detectors/LIGO.json -------------------------------------------------------------------------------- /data/detectors/LISA.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsci/GWplotter/HEAD/data/detectors/LISA.json -------------------------------------------------------------------------------- /data/detectors/SKA.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsci/GWplotter/HEAD/data/detectors/SKA.json -------------------------------------------------------------------------------- /data/detectors/TAMA.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsci/GWplotter/HEAD/data/detectors/TAMA.json -------------------------------------------------------------------------------- /data/detectors/TianQin.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsci/GWplotter/HEAD/data/detectors/TianQin.json -------------------------------------------------------------------------------- /data/detectors/VIRGO.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsci/GWplotter/HEAD/data/detectors/VIRGO.json -------------------------------------------------------------------------------- /data/detectors/aLIGO-O1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsci/GWplotter/HEAD/data/detectors/aLIGO-O1.json -------------------------------------------------------------------------------- /data/detectors/aLIGO.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsci/GWplotter/HEAD/data/detectors/aLIGO.json -------------------------------------------------------------------------------- /data/detectors/aLIGODesign.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsci/GWplotter/HEAD/data/detectors/aLIGODesign.json -------------------------------------------------------------------------------- /data/detectors/aVIRGO.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsci/GWplotter/HEAD/data/detectors/aVIRGO.json -------------------------------------------------------------------------------- /data/detectors/eLISA.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsci/GWplotter/HEAD/data/detectors/eLISA.json -------------------------------------------------------------------------------- /data/files.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsci/GWplotter/HEAD/data/files.json -------------------------------------------------------------------------------- /data/sources/GW150914.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsci/GWplotter/HEAD/data/sources/GW150914.json -------------------------------------------------------------------------------- /data/sources/cbcs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsci/GWplotter/HEAD/data/sources/cbcs.json -------------------------------------------------------------------------------- /data/sources/emris.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsci/GWplotter/HEAD/data/sources/emris.json -------------------------------------------------------------------------------- /data/sources/gal_bins.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsci/GWplotter/HEAD/data/sources/gal_bins.json -------------------------------------------------------------------------------- /data/sources/massive_mergers.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsci/GWplotter/HEAD/data/sources/massive_mergers.json -------------------------------------------------------------------------------- /data/sources/pulsars.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsci/GWplotter/HEAD/data/sources/pulsars.json -------------------------------------------------------------------------------- /data/sources/sto_back.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsci/GWplotter/HEAD/data/sources/sto_back.json -------------------------------------------------------------------------------- /data/sources/supermassive_mergers.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsci/GWplotter/HEAD/data/sources/supermassive_mergers.json -------------------------------------------------------------------------------- /data/sources/supernovae.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsci/GWplotter/HEAD/data/sources/supernovae.json -------------------------------------------------------------------------------- /data/sources/supernovae_type1A.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsci/GWplotter/HEAD/data/sources/supernovae_type1A.json -------------------------------------------------------------------------------- /data/sources/unresv_gal_bins.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsci/GWplotter/HEAD/data/sources/unresv_gal_bins.json -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsci/GWplotter/HEAD/index.html -------------------------------------------------------------------------------- /js/jquery.flot.canvas.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsci/GWplotter/HEAD/js/jquery.flot.canvas.js -------------------------------------------------------------------------------- /js/jquery.flot.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsci/GWplotter/HEAD/js/jquery.flot.min.js -------------------------------------------------------------------------------- /js/jquery.flot.resize.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsci/GWplotter/HEAD/js/jquery.flot.resize.min.js -------------------------------------------------------------------------------- /js/plot.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsci/GWplotter/HEAD/js/plot.js -------------------------------------------------------------------------------- /js/scalings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsci/GWplotter/HEAD/js/scalings.js -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robsci/GWplotter/HEAD/style.css --------------------------------------------------------------------------------