locan.data.aggregate#

Aggregate localization data.

This module provides functions to bin LocData objects to form a histogram or image.

Specify bins through one of the parameters (bins, bin_edges, n_bins, bin_size, bin_range, labels) as further outlined in the documentation for Bins.

Classes

Bins([bins, n_bins, bin_size, bin_edges, ...])

Bin definitions to be used in histogram and render functions.

Functions

histogram(locdata[, loc_properties, ...])

Make histogram of loc_properties (columns in locdata.data) by binning all localizations or averaging other_property within each bin.

is_array_like(anything)

Return true if anything can be turned into a numpy.ndarray without creating elements of type object.