setting the stage for on-the-fly mask and edge calculation

This commit is contained in:
Paul M. Sutter 2024-06-05 01:06:36 +02:00
parent 99a441013d
commit aded7a7c2c
6 changed files with 143 additions and 67 deletions

View file

@ -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()