continued removal of extranneous parameters

This commit is contained in:
Paul M. Sutter 2025-04-22 21:38:13 -04:00
parent 4e87854490
commit 4c48221699
3 changed files with 2 additions and 50 deletions

View file

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