mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 23:31:12 +00:00
cleaned up vide toolkit calls
This commit is contained in:
parent
288e2263b6
commit
438407be74
4 changed files with 4 additions and 8 deletions
|
@ -24,7 +24,6 @@ import numpy as np
|
|||
from netCDF4 import Dataset
|
||||
import sys
|
||||
from vide.backend import *
|
||||
import vide.apTools as vp
|
||||
import pickle
|
||||
from .periodic_kdtree import PeriodicCKDTree
|
||||
import os
|
||||
|
@ -123,7 +122,7 @@ def loadPart(sampleDir):
|
|||
# else:
|
||||
# maskFile = sampleDir+"/"+os.path.basename(sample.maskFile)
|
||||
# print "Using maskfile found in:", maskFile
|
||||
# props = vp.getSurveyProps(maskFile, sample.zBoundary[0],
|
||||
# props = getSurveyProps(maskFile, sample.zBoundary[0],
|
||||
# sample.zBoundary[1],
|
||||
# sample.zBoundary[0],
|
||||
# sample.zBoundary[1], "all",
|
||||
|
@ -173,7 +172,7 @@ def getVolNorm(sampleDir):
|
|||
# else:
|
||||
# maskFile = sampleDir+"/"+os.path.basename(sample.maskFile)
|
||||
# print "Using maskfile found in:", maskFile
|
||||
# props = vp.getSurveyProps(maskFile, sample.zBoundary[0],
|
||||
# props = getSurveyProps(maskFile, sample.zBoundary[0],
|
||||
# sample.zBoundary[1],
|
||||
# sample.zBoundary[0],
|
||||
# sample.zBoundary[1], "all",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue