scallops.visualize.imshow.tiles_over_stitch

scallops.visualize.imshow.tiles_over_stitch(img, stitched_coords, img_channel=0)

Display an image with overlaid tiles.

Parameters:
  • img (str | DataArray) – Image file path or xarray DataArray containing the image data.

  • stitched_coords (str | DataFrame) – CSV file path or pandas DataFrame with stitched coordinates.

  • img_channel – Channel index for the image, defaults to 0.