mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-05 07:41:11 +00:00
added a-p analysis script to repo; some minor bug fixes to adjust tools to work with simulation data
This commit is contained in:
parent
de6dbd3051
commit
21431f9a31
6 changed files with 41 additions and 1500 deletions
|
@ -196,8 +196,10 @@ newSample.addStack({zMin}, {zMax}, {minRadius}+18, {minRadius}+24, True, False)
|
|||
|
||||
mySubvolume = "%d%d" % (iX, iY)
|
||||
|
||||
sampleName = getSampleName(prefix, base, redshift, useVel,
|
||||
iSlice=iSlice, iVol=mySubvolume)
|
||||
sampleName = getSampleName(prefix, base, sliceMin, useVel,
|
||||
iSlice=-1, iVol=mySubvolume)
|
||||
#sampleName = getSampleName(prefix, base, redshift, useVel,
|
||||
# iSlice=iSlice, iVol=mySubvolume)
|
||||
|
||||
scriptFile.write(sampleInfo.format(dataFile=dataFileName,
|
||||
dataFormat=dataFormat,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue