Skip to main content

An asimov plugin to make downloading gravitational wave data easier

Project description

Asimov GWData

This package provides an asimov pipeline for collecting published gravitational wave data for use in parameter estimation studies.

Usage

Fetching posteriors

To download a posterior file from a known location you'll need to write a YAML configuration file, for example,

data: 
  - posterior
source:
  type: pesummary
  location: /home/daniel/GW150914/test.h5
  analysis: C01:IMRPhenomXPHM

and then run

$ gwdata --settings test.yaml where test.yaml is the configuration file above.

Usage with asimov

The script can also be called as a pipeline in asimov. To do this you'll need to apply a blueprint to the project, for example:

kind: analysis
name: get-data
pipeline: gwdata
download:
  - posterior
event: GW150914
source:
  type: pesummary
  location: /home/daniel/<event>/test.h5
  analysis: C01:IMRPhenomXPHM

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

asimov-gwdata-0.4.0.tar.gz (10.9 kB view hashes)

Uploaded Source

Built Distribution

asimov_gwdata-0.4.0-py3-none-any.whl (8.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page