Skip to content

CHIME FRB API

Ten words or less

A lightweight python library to interact with the CHIME/FRB backends.

Info

For Bucket API, Results API or the Work Object API, please refer to the Workflow Documentation.

Example

Python
from chime_frb_api.backends import frb_master

master = frb_master.FRBMaster()
master.events.get_event(71780218)
{
    "beam_numbers": [185],
    "event_type": "EXTRAGALACTIC",
    "fpga_time": 1838000314368,
    "id": 71780218,
}

Breaking Changes in v4.0+

Get Started Go to GitHub

Comments