List of functions and classes (API)

List of functions and classes (API)#

read_qdm_harvard(path)

Load QDM microscopy data in the Harvard group format.

random_directions(inclination, declination, ...)

Creates random directions around a preferred direction.

dipole_bz(coordinates, dipole_coordinates, ...)

Computes the vertical component of the magnetic field (Bz) produced by a magnetic dipole.

dipole_bz_grid(region, spacing, ...)

Generate a grid of the vertical component of the magnetic field of a dipole.

gradients(data)

Compute first-order spatial derivatives in the x, y, and z directions.

total_gradient_amplitude(dx, dy, dz)

Compute the total gradient amplitude from spatial derivatives.

total_gradient_amplitude_grid(data)

Compute the total gradient amplitude (TGA) of a given data array.

detect_anomalies(data, size_range[, ...])

Detect anomalies using blob detection.