Del#

class prose.blocks.utils.Del(*names, name='del')[source]#

Remove a property from an Image

If the property is in self.computed, remove it from there.

In general this is use in multi-processing sequences to avoid large image properties to be copied in-between processes

Parameters:
  • *names (str) – properties to be deleted from image

  • name (str, optional) – name of the block, by default “del”