Utility functionsΒΆ

is_time_quantity(*quantities[, allow_none])
Parameters:
get_common_start_stop_times(neo_objects) Extracts the common t_start and the t_stop from the input neo objects.
check_neo_consistency(neo_objects, object_type) Checks that all input neo objects share the same units, t_start, and t_stop.
check_same_units(quantities[, object_type]) Check that all input quantities are of the same type and share common units.
round_binning_errors(values[, tolerance]) Round the input values in-place due to the machine floating point precision errors.