fixed calls after reorganization

This commit is contained in:
P.M. Sutter 2014-05-12 17:50:07 -04:00
parent c663aa26ea
commit fc19453800
2 changed files with 5 additions and 8 deletions

View file

@ -43,10 +43,8 @@
# Stage 3 : prune catalog
from void_python_tools.backend import *
from void_python_tools.plotting import *
import imp
import pickle
import void_python_tools.apTools as vp
# ------------------------------------------------------------------------------
@ -142,14 +140,14 @@ if (startCatalogStage <= 4) and (endCatalogStage >= 4):
print " Plotting...",
sys.stdout.flush()
for thisDataPortion in dataPortions:
#for thisDataPortion in dataPortions:
#plotRedshiftDistribution(workDir, dataSampleList, figDir, showPlot=False,
# dataPortion=thisDataPortion, setName=setName)
#plotSizeDistribution(workDir, dataSampleList, figDir, showPlot=False,
# dataPortion=thisDataPortion, setName=setName)
plotNumberDistribution(workDir, dataSampleList, figDir, showPlot=False,
dataPortion=thisDataPortion, setName=setName)
plotVoidDistribution(workDir, dataSampleList, figDir, showPlot=False,
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!"

View file

@ -19,5 +19,4 @@
#+
from void_python_tools.backend import *
from void_python_tools.apTools import *
from void_python_tools.xcor import *
from void_python_tools.voidUtil import *