mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 15:21:11 +00:00
new method for building void tree that avoids re-loading catalog
This commit is contained in:
parent
d9efa15474
commit
b9042c5ce7
2 changed files with 67 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue