Skip to content

gravitationalwavedc/gwcloud_python

Repository files navigation

GWCloud Python API

GWCloud is a service used to handle both the submission of Bilby jobs to a supercomputer queue and the obtaining of the results produced by these jobs. While there is a web interface for this service, which is recommended for beginners, this package can be used to allow Bilby job submission and manipulation from Python scripts.

Check out the documentation for more information.

Installation

The gwcloud-python package can be installed with

pip install gwcloud-python

Example

>>> from gwcloud_python import GWCloud
>>> gwc = GWCloud(token='<user_api_token_here>')
>>> job = gwc.get_official_job_list()[0]
>>> job.save_corner_plot_files()

100%|██████████████████████████████████████| 3.76M/3.76M [00:00<00:00, 5.20MB/s]
All 2 files saved!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages