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

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.