consistent handling of comoving coords in sims

This commit is contained in:
P.M. Sutter 2014-02-12 04:52:58 -06:00
parent ea8b92ea62
commit e5cc6297fa
5 changed files with 43 additions and 36 deletions

View file

@ -230,7 +230,8 @@ newSample = Sample(dataFile = "{dataFile}",
profileBinSize = "auto",
includeInHubble = True,
partOfCombo = False,
{autoStack}
{autoStack},
numAPSlices = {numAPSlices},
isCombo = False,
boxLen = {boxLen},
usePecVel = {usePecVel},
@ -372,6 +373,7 @@ newSample.addStack({zMin}, {zMax}, 2*{minRadius}+18, 2*{minRadius}+24, True, Fal
omegaM=Om,
boxLen=lbox,
autoStack=autoStack,
numAPSlices=numAPSlices,
usePecVel=useVel,
minRadius=minRadius,
numSubvolumes=numSubvolumes,