now includes automatic detection and handling of periodic boxes; all logic for dealing with this moved to pruneVoids

This commit is contained in:
P.M. Sutter 2012-11-14 06:31:53 -06:00
parent 390fb2f4e2
commit 292afacaf5
3 changed files with 87 additions and 47 deletions

View file

@ -40,6 +40,8 @@ option "outSkyPositions" - "output sky positions of voids" string required
option "dataPortion" - "all, central, or edge" string required
option "periodic" - "Set of edges which are periodic" string optional default="xy"
option "tolerance" - "Fraction of void width to consider edge" double optional default="1.0"
option "centralRadFrac" - "Fraction of void radii to consider central region" double optional default="4"