mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 15:21:11 +00:00
Tesllation seems stable with new boundary handling procedure. Rooted out strange adjacency record-keeping due to some galaxies connecting to guard particles. Zobov still generates warning about guard particle encounters, but this is fine for observational datasets because we don't trust the tesselation at the edge galaxies anyway.
This commit is contained in:
parent
091cf5d1dc
commit
5d93a8a737
8 changed files with 63 additions and 12 deletions
|
@ -146,6 +146,7 @@ def findEdgeGalaxies(galFile, maskFile, edgeGalFile, contourFile,
|
|||
|
||||
# load in galaxies
|
||||
#galPos = np.genfromtxt(galFile)
|
||||
# TODO - WHY IS THIS FASTER THAN np.column_stack???
|
||||
galPos = np.genfromtxt(outputDir+"/galaxies.txt")
|
||||
with open(galFile, 'rb') as File:
|
||||
chk = np.fromfile(File, dtype=np.int32,count=1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue