overlapfrac now user-settable

This commit is contained in:
P.M. Sutter 2014-08-07 16:35:45 -04:00
parent b21300a56a
commit 41abc9eb35
4 changed files with 9 additions and 0 deletions

View file

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

View file

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