-
Notifications
You must be signed in to change notification settings - Fork 6
Data preprocessing
n.horner edited this page Dec 13, 2018
·
5 revisions
Before make a population average, all volumes must of the same dimensions. The following will pad the target-associated volumes. With each dimension padded to be the largest extent of that dimensions across all the volumes.
To pad all volumes (in place) to the same size use the following (see Padding)
$ utilities/pad_volumes.py -i target_dir --clobber
Before running job_runner.py all the baseline, mutant and target (fixed volume, masks, labels) data must all have the same shape.
$ utilities/pad_volumes.py -i wt_dir mut_dir target_dir --clobber