smlmlp.lost_frames module

smlmlp.lost_frames(pix, *, cuda=False, parallel=False)[source]

Infer frame numbers from reset pixel coordinates.

Parameters:
  • pix (array-like) – Pixel coordinate ordered by acquisition.

  • cuda (bool, optional) – Execution options accepted by all analysis functions.

  • parallel (bool, optional) – Execution options accepted by all analysis functions.

Returns:

  • frame (ndarray) – One-based inferred frame index.

  • info (dict) – Empty diagnostics dictionary.