mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 23:31:12 +00:00
changed some things around for getting volume normalization to support reading old catalog files
This commit is contained in:
parent
40d7793e54
commit
f8f960d7dd
4 changed files with 7 additions and 6 deletions
|
@ -27,7 +27,6 @@ from backend import *
|
|||
import voidUtil
|
||||
import imp
|
||||
import os
|
||||
import pickle
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
|
||||
|
@ -74,7 +73,7 @@ for sample in dataSampleList:
|
|||
sampleName = sample.fullName
|
||||
|
||||
print(" Working with data set", sampleName, "...")
|
||||
outputDir = workDir+"/sample_"+sampleName+"/"
|
||||
outputDir = os.path.abspath(workDir+"/sample_"+sampleName) + "/"
|
||||
sample.outputDir = outputDir
|
||||
|
||||
if not os.access(outputDir, os.F_OK):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue