mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 15:21:11 +00:00
continued removal of extranneous parameters
This commit is contained in:
parent
4e87854490
commit
4c48221699
3 changed files with 2 additions and 50 deletions
|
@ -129,7 +129,7 @@ def launchPrep(sample, binPath, workDir=None, inputDataDir=None,
|
|||
contourFile = outputDir + "/contour_map.fits"
|
||||
findEdgeGalaxies(galFile, sample.maskFile, edgeGalFile, contourFile,
|
||||
sample.zBoundary[0], sample.zBoundary[1], sample.omegaM,
|
||||
useComoving, sample.boundaryWidth, sample.meanPartSep,
|
||||
useComoving, sample.meanPartSep,
|
||||
outputDir, log)
|
||||
|
||||
log.write("Done!\n")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue