integrated nico's cross-correlation backend and enabled plotting of the void distribution

This commit is contained in:
P.M. Sutter 2013-03-22 08:51:45 -05:00
parent 37f8add937
commit 02f756e8a5
6 changed files with 147 additions and 5 deletions

View file

@ -150,5 +150,7 @@ if (startCatalogStage <= 4) and (endCatalogStage >= 4):
dataPortion=thisDataPortion, setName=setName)
plotNumberDistribution(workDir, dataSampleList, figDir, showPlot=False,
dataPortion=thisDataPortion, setName=setName)
plotVoidDistribution(workDir, dataSampleList, figDir, showPlot=False,
dataPortion=thisDataPortion, setName=setName)
print "\n Done!"