mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 23:31:12 +00:00
Merge branch 'master' of bitbucket.org:cosmicvoids/void_identification
This commit is contained in:
commit
200f6de44e
2 changed files with 2 additions and 2 deletions
|
@ -227,7 +227,7 @@ if not os.access(scriptDir, os.F_OK): os.mkdir(scriptDir)
|
||||||
# first the directly downsampled runs
|
# first the directly downsampled runs
|
||||||
# Note: ss0.002 ~ SDSS DR7 dim2
|
# Note: ss0.002 ~ SDSS DR7 dim2
|
||||||
# ss0.0004 ~ SDSS DR9 mid
|
# ss0.0004 ~ SDSS DR9 mid
|
||||||
baseResolution = numPart/lbox/lbox/lbox # particles/Mpc^3
|
baseResolution = float(numPart)/lbox/lbox/lbox # particles/Mpc^3
|
||||||
for thisSubSample in subSamples:
|
for thisSubSample in subSamples:
|
||||||
|
|
||||||
keepFraction = float(thisSubSample) / baseResolution
|
keepFraction = float(thisSubSample) / baseResolution
|
||||||
|
|
|
@ -220,7 +220,7 @@ if not os.access(scriptDir, os.F_OK): os.mkdir(scriptDir)
|
||||||
# first the directly downsampled runs
|
# first the directly downsampled runs
|
||||||
# Note: ss0.002 ~ SDSS DR7 dim2
|
# Note: ss0.002 ~ SDSS DR7 dim2
|
||||||
# ss0.0004 ~ SDSS DR9 mid
|
# ss0.0004 ~ SDSS DR9 mid
|
||||||
baseResolution = numPart/lbox/lbox/lbox # particles/Mpc^3
|
baseResolution = float(numPart)/lbox/lbox/lbox # particles/Mpc^3
|
||||||
for thisSubSample in subSamples:
|
for thisSubSample in subSamples:
|
||||||
|
|
||||||
keepFraction = float(thisSubSample) / baseResolution
|
keepFraction = float(thisSubSample) / baseResolution
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue