motioncorr package

Module contents

class motioncorr.Plugin[source]

Bases: pwem.Plugin

classmethod defineBinaries(env)[source]

Define required binaries in the given Environment.

classmethod getEnviron()[source]

Return the environment to run motioncor2.

classmethod getProgram()[source]
classmethod versionGE(version)[source]

Return True if current version of motioncor2 is greater or equal than the input argument. Params:

version: string version (semantic version, e.g 1.0.1)