mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 15:21:11 +00:00
removed unecessary figure directory
This commit is contained in:
parent
f8f960d7dd
commit
acdb19e6df
6 changed files with 3 additions and 13 deletions
|
@ -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()
|
||||
|
|
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue