locan.analysis.uncertainty.localization_precision_model_2#

locan.analysis.uncertainty.localization_precision_model_2(intensity, psf_sigma)[source]#

Localization precision as function of intensity (I), PSF width (sigma_PSF) according to:

\[\sigma_{loc} = \frac{\sigma_{PSF}}{\sqrt{I}}\]
Parameters:
  • intensity (Union[_SupportsArray[dtype[Any]], _NestedSequence[_SupportsArray[dtype[Any]]], bool, int, float, complex, str, bytes, _NestedSequence[Union[bool, int, float, complex, str, bytes]]]) – Intensity values

  • psf_sigma (Union[_SupportsArray[dtype[Any]], _NestedSequence[_SupportsArray[dtype[Any]]], bool, int, float, complex, str, bytes, _NestedSequence[Union[bool, int, float, complex, str, bytes]]]) – The PSF size

Return type:

npt.NDArray[np.float64]