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:
Paul M. Sutter 2025-01-16 18:40:54 +08:00
parent 091cf5d1dc
commit 5d93a8a737
8 changed files with 63 additions and 12 deletions

View file

@ -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)