mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 15:21:11 +00:00
remove autostacking
This commit is contained in:
parent
5022567fa1
commit
5ac3586683
1 changed files with 0 additions and 5 deletions
|
@ -215,7 +215,6 @@ newSample = Sample(dataFile = "{dataFile}",
|
||||||
profileBinSize = "auto",
|
profileBinSize = "auto",
|
||||||
includeInHubble = True,
|
includeInHubble = True,
|
||||||
partOfCombo = False,
|
partOfCombo = False,
|
||||||
{autoStack}
|
|
||||||
boxLen = {boxLen},
|
boxLen = {boxLen},
|
||||||
usePecVel = {usePecVel},
|
usePecVel = {usePecVel},
|
||||||
numSubvolumes = {numSubvolumes},
|
numSubvolumes = {numSubvolumes},
|
||||||
|
@ -288,9 +287,6 @@ dataSampleList.append(newSample)
|
||||||
nickName = getNickName(setName, sampleName)
|
nickName = getNickName(setName, sampleName)
|
||||||
|
|
||||||
|
|
||||||
autoStack = ""
|
|
||||||
if "autoNumInStack" in stackMode or "autoPartInStack" in stackMode:
|
|
||||||
autoStack = stackMode+","
|
|
||||||
scriptFile.write(sampleInfo.format(dataFile=dataFileName,
|
scriptFile.write(sampleInfo.format(dataFile=dataFileName,
|
||||||
dataFormat=dataFormat,
|
dataFormat=dataFormat,
|
||||||
dataUnit=dataUnit,
|
dataUnit=dataUnit,
|
||||||
|
@ -303,7 +299,6 @@ dataSampleList.append(newSample)
|
||||||
shiftSimZ=shiftSimZ,
|
shiftSimZ=shiftSimZ,
|
||||||
omegaM=Om,
|
omegaM=Om,
|
||||||
boxLen=lbox,
|
boxLen=lbox,
|
||||||
autoStack=autoStack,
|
|
||||||
usePecVel=useVel,
|
usePecVel=useVel,
|
||||||
minRadius=minRadius,
|
minRadius=minRadius,
|
||||||
numSubvolumes=numSubvolumes,
|
numSubvolumes=numSubvolumes,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue