new method for building void tree that avoids re-loading catalog

This commit is contained in:
Paul M. Sutter 2025-04-21 17:30:58 -04:00
parent d9efa15474
commit b9042c5ce7
2 changed files with 67 additions and 7 deletions

View file

@ -21,11 +21,12 @@
import os
from numpy import abs
#import matplotlib as mpl
#mpl.use('Agg')
LIGHT_SPEED = 299792.458
CENTRAL_VOID = 1
EDGE_VOID = 2
class Stack:
zMin = 0.0
zMax = 0.1