mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-06 00:01:11 +00:00
multiple improvement to cross-comparison analysis
This commit is contained in:
parent
f17e2dbdc8
commit
a04bf89265
4 changed files with 43 additions and 32 deletions
|
@ -66,7 +66,7 @@ for (iSample, sampleDir) in enumerate(sampleDirList):
|
|||
sampleName = sample.fullName
|
||||
|
||||
binPath = CTOOLS_PATH+"/analysis/voidOverlap"
|
||||
logFile = os.getcwd()+"/mergerTree.log"
|
||||
logFile = logDir+"/mergertree_"+baseSample.fullName+"_"+sampleName+".out"
|
||||
stepOutputFileName = outFileName + "_" + baseSample.fullName + "_" + \
|
||||
sampleName + "_"
|
||||
#stepOutputFileName = os.getcwd()+"/data/overlap_"
|
||||
|
@ -77,6 +77,7 @@ for (iSample, sampleDir) in enumerate(sampleDirList):
|
|||
continueRun=False, workDir=workDir,
|
||||
outputFile=stepOutputFileName,
|
||||
matchMethod="useID")
|
||||
#matchMethod="prox")
|
||||
|
||||
# attach columns to summary file
|
||||
#if iSample == 1:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue