mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 15:21:11 +00:00
overlapfrac now user-settable
This commit is contained in:
parent
b21300a56a
commit
41abc9eb35
4 changed files with 9 additions and 0 deletions
|
@ -143,6 +143,8 @@ int main(int argc, char **argv) {
|
|||
return 1;
|
||||
}
|
||||
|
||||
matchDist = args.overlapFrac_arg;
|
||||
|
||||
loadCatalog(args.partFile1_arg, args.volFile1_arg, args.voidFile1_arg,
|
||||
args.zoneFile1_arg, args.infoFile1_arg, args.centerFile1_arg,
|
||||
args.shapeFile1_arg,
|
||||
|
|
|
@ -26,4 +26,5 @@ option "shapeFile2" - "Shape file for catalog 2" string yes
|
|||
# options
|
||||
option "outfile" - "Output file" string yes
|
||||
option "useID" - "Use unique catalog ID to match voids; otherwise use volumes" flag off
|
||||
option "overlapFrac" - "threshold fraction of voronoi radius to count as matched" double optional default="0.25"
|
||||
option "periodic" - "Set of edges which are periodic" string optional default="xy"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue