executeppr

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

Runs Pipeline Processing Request (PPR).

Executes pipeline tasks based on instructions described in pprXmlFile.

Parameters:
  • pprXmlFile (str) -- A path to PPR file.

  • importonly (bool) -- 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 (str) -- A logging level. Available levels are, 'critical', 'error', 'warning', 'info', 'debug', 'todo', and 'trace'.

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

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

Return type:

None