mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 23:31:12 +00:00
name change barycenter -> macrocenter
This commit is contained in:
parent
d306b44f44
commit
27344eb1f7
7 changed files with 89 additions and 89 deletions
|
@ -61,7 +61,7 @@ def buildProfile(catalog, rMin, rMax):
|
|||
print " Stacking voids..."
|
||||
allProfiles = []
|
||||
for void in voidsToStack:
|
||||
center = void.barycenter
|
||||
center = void.macrocenter
|
||||
|
||||
localPart = catalog.partPos[ getBall(partTree, center, rMaxProfile) ]
|
||||
shiftedPart = shiftPart(localPart, center, periodicLine, catalog.ranges)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue