mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 15:21:11 +00:00
setting the stage for on-the-fly mask and edge calculation
This commit is contained in:
parent
99a441013d
commit
aded7a7c2c
6 changed files with 143 additions and 67 deletions
|
@ -36,6 +36,7 @@ from pylab import figure
|
|||
from netCDF4 import Dataset
|
||||
from backend.classes import *
|
||||
from backend.cosmologyTools import *
|
||||
from backend.surveyTools import *
|
||||
import pickle
|
||||
import scipy.interpolate as interpolate
|
||||
|
||||
|
@ -531,7 +532,7 @@ def launchPrune(sample, binPath,
|
|||
cmd += " --outputDir=" + zobovDir
|
||||
cmd += " --sampleName=" + str(sampleName)
|
||||
log = open(logFile, 'w')
|
||||
log.write(f"Command is {cmd}\n")
|
||||
#log.write(f"Command is {cmd}\n")
|
||||
subprocess.call(cmd, stdout=log, stderr=log, shell=True)
|
||||
log.close()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue