- craftutils.observation.objects.FRB.probabilistic_association(img, include_img_err: bool = True, prior_set: ~typing.Union[str, dict] = 'adopted', priors: ~typing.Optional[dict] = None, offset_priors: ~typing.Optional[dict] = None, config: ~typing.Optional[dict] = None, associate_kwargs=None, do_plot: bool = False, output_dir: ~typing.Optional[str] = None, show: bool = False, max_radius: ~typing.Optional[~astropy.units.quantity.Quantity] = None) -> (<class 'astropy.table.table.QTable'>, <class 'dict'>)
Performs a customised PATH run on an image.
- Parameters¶
- img¶
The image on which to run PATH.
- include_img_err
If set to True, the image astrometry RMS (from img.extract_astrometry_err()) will be added to the transient localisation error in quadrature.
- prior_set
- priors
- offset_priors
- config
- associate_kwargs
- do_plot
- output_dir
- show
- max_radius
- Returns¶