mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 15:21:11 +00:00
fixed bug in shifting z-axis
This commit is contained in:
parent
8e13e317da
commit
466dfd8576
3 changed files with 10 additions and 2 deletions
|
@ -253,6 +253,7 @@ newSample = Sample(dataFile = "{dataFile}",
|
|||
zBoundary = ({zMin}, {zMax}),
|
||||
zRange = ({zMin}, {zMax}),
|
||||
zBoundaryMpc = ({zMinMpc}, {zMaxMpc}),
|
||||
shiftSimZ = {shiftSimZ},
|
||||
omegaM = {omegaM},
|
||||
minVoidRadius = {minRadius},
|
||||
profileBinSize = "auto",
|
||||
|
@ -345,6 +346,7 @@ dataSampleList.append(newSample)
|
|||
zMax=sliceMax,
|
||||
zMinMpc=sliceMinMpc,
|
||||
zMaxMpc=sliceMaxMpc,
|
||||
shiftSimZ=shiftSimZ,
|
||||
omegaM=Om,
|
||||
boxLen=lbox,
|
||||
autoStack=autoStack,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue