pyinterp.core.Binning2DFloat64.push¶
- Binning2DFloat64.push(self: pyinterp.core.Binning2DFloat64, x: numpy.ndarray[numpy.float64], y: numpy.ndarray[numpy.float64], z: numpy.ndarray[numpy.float64], simple: bool = True) None ¶
Push new samples into the defined bins.
- Parameters:
x – X coordinates of the values to push.
y – Y coordinates of the values to push.
z – New samples to push.
simple – If true, a simple binning 2D is used otherwise a linear binning 2d is applied.