executeppr

executeppr(pprXmlFile: str, importonly: bool = True, loglevel: str = 'info', plotlevel: str = 'summary', interactive: bool = True) None[source]

Runs Pipeline Processing Request (PPR).

Executes pipeline tasks based on instructions described in pprXmlFile.

Parameters:
  • pprXmlFile -- A path to PPR file.

  • importonly -- Whether or not to indicate to stop processing after importing data. If True, execution of PPR stops after h*_importdata stage. The parameter has no effect if there is no h*_importdata stage in PPR.

  • loglevel -- A logging level. Available levels are, 'critical', 'error', 'warning', 'info', 'debug', 'todo', and 'trace'.

  • plotlevel -- A plot level. Available levels are, 'all', 'default', and 'summary'

  • interactive -- If True, print pipeline log to STDOUT.