Bin objects by measurement

Distribute objects into a set of "bins" based on a measurement associated with each object.

Description

Distribute objects into a set of "bins" based on a measurement associated with each object. Bins are evenly distributed between manually-specified smallest and largest bin centres. The assigned bin for each object is stored as a new measurement associated with that object.

Parameters

ParameterDescription
Input objectsObjects from the workspace. The specified measurement for each of these will be binned according to various parameters. The assigned bin will be stored as a new measurement associated with this object.
MeasurementMeasurement associated with the input objects that will be binned according to the other parameters.
Smallest bin centreCentre value associated with the smallest bin. Bins will be evenly distributed in bins between this value and the upper bin centre (specified by "Largest bin centre".
Largest bin centreCentre value associated with the largest bin. Bins will be evenly distributed in bins between this value and the lower bin centre (specified by "Smallest bin centre".
Number of binsNumber of bins to divide measurements into. These will be evenly distributed in the range between "Smallest bin centre" and "Largest bin centre".