prose.core.sequence.SequenceParallel.run#

SequenceParallel.run(images, terminate=True, show_progress=True, loader=<function FITSImage>)#

Run the sequence

Parameters:
  • images (list, str, Image) – Image object or path (single or as a list) to be processed by the sequence

  • terminate (bool, optional) – whether to run Sequence.terminate at the end of the sequence, by default True

  • show_progress (bool, optional) – whether to show a progress bar, by default True

  • loader (Image sub-class, optional) – An Image sub-class to load images path(s) of provided as inputs, by default py:class:Image