Ejemplo n.º 1
0
def mainW(thePath,initFolder,arRecLoc,arEdgeLoc,ccRecLoc,ccEdgeLoc,gangOrFac,delim):
	analy.initDirs(thePath,initFolder,arRecLoc,arEdgeLoc,ccRecLoc,ccEdgeLoc)
	analy.runConversion(thePath,initFolder,gangOrFac,delim)

	fixpt.cpdFp(thePath,initFolder)
	res.cleanupData(thePath, initFolder,delim)
	oa.analyze(thePath,initFolder,delim)
Ejemplo n.º 2
0
def mainW(
    thePath, initFolder, arRecLoc, arEdgeLoc, nonArRecLoc, nonArEdgeLoc, remNodesLoc, dateLimit, gangOrFac, delim
):
    analy.initDirs(thePath, initFolder, arRecLoc, arEdgeLoc, nonArRecLoc, nonArEdgeLoc, remNodesLoc, dateLimit)
    analy.runConversion(thePath, initFolder, gangOrFac, delim)

    fixpt.cpdFp(thePath, initFolder)
    res.cleanupData(thePath, initFolder, delim)
    oa.analyze(thePath, initFolder, delim)