removed unecessary figure directory

This commit is contained in:
Paul M. Sutter 2025-04-24 13:58:26 -04:00
parent f8f960d7dd
commit acdb19e6df
6 changed files with 3 additions and 13 deletions

View file

@ -51,7 +51,7 @@ class Bunch:
# -----------------------------------------------------------------------------
def launchPrep(sample, binPath, workDir=None, inputDataDir=None,
outputDir=None, figDir=None, logFile=None, useComoving=False,
outputDir=None, logFile=None, useComoving=False,
continueRun=None):
startTime = time.time()

View file

@ -275,7 +275,6 @@ def findEdgeGalaxies(galFile, maskFile, edgeGalFile, contourFile,
flagList[nearest] = 1
# flag galaxies near redsfhit boundaries
# TODO - save time by only covering portion of sphere that has data
log.write(" Flagging galaxies near redshift bounds...\n")
sphereIndices = np.arange(len(contourMap))