darfix.core.imageOperations.chunk_image#

darfix.core.imageOperations.chunk_image(start, chunk_shape, img)[source]#

Return a chunk of an image.

Parameters:
  • img (array_like) – Raw image

  • start (tuple) – Start of the chunk in the image

  • shape (tuple) – Shape of the chunk