def coords(self): """Coordinates of event""" coords = SkyCoord( self.event_params[1]+' '+self.event_params[2], unit=(u.deg, u.deg)) return coords