amep.utils.log_indices#

amep.utils.log_indices(first: int, last: int, num: int = 100) ndarray#

Creates logarithmically spaced indices.

Parameters:
  • first (int) – First index.

  • last (int) – Last index.

  • num (int, optional) – Number of indices. The default is 100.

Returns:

Indices.

Return type:

np.ndarray