mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-05 07:41:11 +00:00
merged conflict
This commit is contained in:
commit
dbd1a1eeb0
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ def buildProfile(catalog, rMin, rMax):
|
||||||
allProfiles.append(thisProfile)
|
allProfiles.append(thisProfile)
|
||||||
binCenters = 0.5*(radii[1:] + radii[:-1])
|
binCenters = 0.5*(radii[1:] + radii[:-1])
|
||||||
|
|
||||||
nVoid = len(voidsToStack)
|
nVoids = len(voidsToStack)
|
||||||
stackedProfile = np.mean(allProfiles, axis=0)
|
stackedProfile = np.mean(allProfiles, axis=0)
|
||||||
sigmas = 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