import pandas as pd import numpy as np import os import sys sys.path.insert(0, os.path.dirname(__file__)) from ListCommon import * printSingleDetail( machines=['swift'], tgtMovement = 'stack', tgtPolarity = 'insfirst', tgtAccessor = 'allhead', # tgtMovement = 'all', # tgtPolarity = 'all', # tgtAccessor = 'remelem', # tgtInterleave = 0.5, measureBase='OpDurRel', marginalizeOn=['fx'] )