check_value¶
- sofia_redux.scan.coordinate_systems.coordinate_systems_numba_functions.check_value(value, coordinates)[source]¶
Check if coordinates are equal to a given value in all dimensions.
- Parameters:
- valueint or float
The value
- coordinatesnumpy.ndarray (float)
Coordinates of shape (n_dimensions, N).
- Returns:
- numpy.ndarray (bool)