mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 15:21:11 +00:00
fixed calls after reorganization
This commit is contained in:
parent
c663aa26ea
commit
fc19453800
2 changed files with 5 additions and 8 deletions
|
@ -43,10 +43,8 @@
|
||||||
# Stage 3 : prune catalog
|
# Stage 3 : prune catalog
|
||||||
|
|
||||||
from void_python_tools.backend import *
|
from void_python_tools.backend import *
|
||||||
from void_python_tools.plotting import *
|
|
||||||
import imp
|
import imp
|
||||||
import pickle
|
import pickle
|
||||||
import void_python_tools.apTools as vp
|
|
||||||
|
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
@ -142,14 +140,14 @@ if (startCatalogStage <= 4) and (endCatalogStage >= 4):
|
||||||
print " Plotting...",
|
print " Plotting...",
|
||||||
sys.stdout.flush()
|
sys.stdout.flush()
|
||||||
|
|
||||||
for thisDataPortion in dataPortions:
|
#for thisDataPortion in dataPortions:
|
||||||
#plotRedshiftDistribution(workDir, dataSampleList, figDir, showPlot=False,
|
#plotRedshiftDistribution(workDir, dataSampleList, figDir, showPlot=False,
|
||||||
# dataPortion=thisDataPortion, setName=setName)
|
# dataPortion=thisDataPortion, setName=setName)
|
||||||
#plotSizeDistribution(workDir, dataSampleList, figDir, showPlot=False,
|
#plotSizeDistribution(workDir, dataSampleList, figDir, showPlot=False,
|
||||||
# dataPortion=thisDataPortion, setName=setName)
|
# dataPortion=thisDataPortion, setName=setName)
|
||||||
plotNumberDistribution(workDir, dataSampleList, figDir, showPlot=False,
|
#plotNumberDistribution(workDir, dataSampleList, figDir, showPlot=False,
|
||||||
dataPortion=thisDataPortion, setName=setName)
|
# dataPortion=thisDataPortion, setName=setName)
|
||||||
plotVoidDistribution(workDir, dataSampleList, figDir, showPlot=False,
|
#plotVoidDistribution(workDir, dataSampleList, figDir, showPlot=False,
|
||||||
dataPortion=thisDataPortion, setName=setName)
|
# dataPortion=thisDataPortion, setName=setName)
|
||||||
|
|
||||||
print "\n Done!"
|
print "\n Done!"
|
||||||
|
|
|
@ -19,5 +19,4 @@
|
||||||
#+
|
#+
|
||||||
from void_python_tools.backend import *
|
from void_python_tools.backend import *
|
||||||
from void_python_tools.apTools import *
|
from void_python_tools.apTools import *
|
||||||
from void_python_tools.xcor import *
|
|
||||||
from void_python_tools.voidUtil import *
|
from void_python_tools.voidUtil import *
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue