From 8be96d88f926c688d2fcbd352348d52da7b3f3b1 Mon Sep 17 00:00:00 2001 From: "P.M. Sutter" Date: Mon, 29 Apr 2013 21:46:19 -0500 Subject: [PATCH] updated script defaults --- python_tools/pipeline_source/defaults.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python_tools/pipeline_source/defaults.py b/python_tools/pipeline_source/defaults.py index 276bd0d..a41070a 100644 --- a/python_tools/pipeline_source/defaults.py +++ b/python_tools/pipeline_source/defaults.py @@ -81,6 +81,9 @@ redshifts = ["0.5", "1.0"] # how many independent slices along the z-axis? numSlices = 1 +# how many slices for analysis? +numAPSlices = 1 + # how many subdivisions along the x- and y- axis? # ( = 2 will make 4 subvolumes for each slice, = 3 will make 9, etc.) numSubvolumes = 1