mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 15:21:11 +00:00
bug fix in profile
This commit is contained in:
parent
a2239750bb
commit
c7a1b0d411
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ def buildProfile(catalog, rMin, rMax):
|
|||
allProfiles.append(thisProfile)
|
||||
binCenters = 0.5*(radii[1:] + radii[:-1])
|
||||
|
||||
nVoid = len(voidsToStack)
|
||||
nVoids = len(voidsToStack)
|
||||
stackedProfile = np.std(allProfiles, axis=0) / np.sqrt(nVoids)
|
||||
sigmas = np.std(allProfiles, axis=0) / np.sqrt(nVoids)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue