mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 23:31:12 +00:00
futher fixes for handling sub-volumes in analysis
This commit is contained in:
parent
e2ee7b22dd
commit
61acd59383
8 changed files with 182 additions and 26 deletions
|
@ -107,6 +107,9 @@ if (startCatalogStage <= 4) and (endCatalogStage >= 4):
|
|||
sys.stdout.flush()
|
||||
|
||||
for thisDataPortion in dataPortions:
|
||||
plotNumberCounts(workDir, dataSampleList, figDir, showPlot=True, dataPortion=thisDataPortion, setName=setName)
|
||||
plotRedshiftDistribution(workDir, dataSampleList, figDir, showPlot=False,
|
||||
dataPortion=thisDataPortion, setName=catalogName)
|
||||
plotSizeDistribution(workDir, dataSampleList, figDir, showPlot=False,
|
||||
dataPortion=thisDataPortion, setName=catalogName)
|
||||
|
||||
print "\n Done!"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue