smlmlp.lost_channels module

smlmlp.lost_channels(fr, *, cuda=False, parallel=False)[source]

Infer channel numbers from reset frame coordinates.

Parameters:
  • fr (array-like) – Frame 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:

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

  • info (dict) – Empty diagnostics dictionary.