mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 15:21:11 +00:00
significant improvements and streamlining of a-p analysis
This commit is contained in:
parent
b8ad7f8752
commit
3f5a767b48
4 changed files with 159 additions and 116 deletions
|
@ -230,7 +230,7 @@ newSample = Sample(dataFile = "{dataFile}",
|
|||
profileBinSize = "auto",
|
||||
includeInHubble = True,
|
||||
partOfCombo = False,
|
||||
{autoStack},
|
||||
{autoStack}
|
||||
numAPSlices = {numAPSlices},
|
||||
isCombo = False,
|
||||
boxLen = {boxLen},
|
||||
|
@ -360,7 +360,7 @@ newSample.addStack({zMin}, {zMax}, 2*{minRadius}+18, 2*{minRadius}+24, True, Fal
|
|||
|
||||
autoStack = ""
|
||||
if "autoNumInStack" in stackMode or "autoPartInStack" in stackMode:
|
||||
autoStack = stackMode
|
||||
autoStack = stackMode+","
|
||||
scriptFile.write(sampleInfo.format(dataFile=dataFileName,
|
||||
dataFormat=dataFormat,
|
||||
dataUnit=dataUnit,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue