classmethod craftutils.observation.objects.FRB.from_dict(dictionary: dict, **kwargs) FRB

Construct an Object or appropriate child class (FRB, Galaxy…) from a passed dict.

Parameters
dictionary: dict

dict with keys: ‘position’: position dictionary as given by position_dictionary ‘position_err’:

Returns

Object reflecting dictionary.