mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 23:31:12 +00:00
more consistent handling of redshift bounaries in pruneVoids
This commit is contained in:
parent
80c2b7f603
commit
06c8ddc26e
3 changed files with 24 additions and 9 deletions
|
@ -271,8 +271,8 @@ def launchPrune(sample, binPath, thisDataPortion=None,
|
|||
cmd += " --dataPortion=" + thisDataPortion
|
||||
cmd += " --mockIndex=" + str(mockIndex)
|
||||
cmd += " --maxCentralDen=" + str(maxDen)
|
||||
cmd += " --zMin=" + str(sample.zBoundary[0])
|
||||
cmd += " --zMax=" + str(sample.zBoundary[1])
|
||||
cmd += " --zMin=" + str(sample.zRange[0])
|
||||
cmd += " --zMax=" + str(sample.zRange[1])
|
||||
cmd += " --rMin=" + str(sample.minVoidRadius)
|
||||
cmd += " --numVoids=" + str(numVoids)
|
||||
cmd += observationLine
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue