runProgram

lsst.ts.wep.runProgram(command, binDir=None, argstring=None)

Run the program w/o arguments.

Parameters:
commandstr

Command of application.

binDirstr, optional

Directory of binary application. (the default is None.)

argstringstr, optional

Arguments of program. (the default is None.)

Raises:
RuntimeError

Error running of command.