sainsc.GridCounts.crop ====================== .. py:method:: sainsc.GridCounts.crop(x, y) Crop the field of view for all genes. :param x: Range to crop as `(xmin, xmax)` :type x: tuple[int | None, int | None] :param y: Range to crop as `(ymin, ymax)` :type y: tuple[int | None, int | None]