1 ###############################################################################
3 # FILE: midp_template.conf
4 # AUTHOR: RĂ´mulo Pinho 05/08/2011
6 # Template configuration file for create_midP-2.0.sh. Values between <> must be
7 # changed according to the methods.
9 ###############################################################################
17 # script step to be executed (mask, registration, midp, all)
18 # midp depends on registration, which depends on mask
23 # interpolation algorithm for resampling (see clitkResampleImage)
24 mask_interpolation_algorithm="<MASK_INTERPOLATION_ALGORITHM>"
25 # interpolation spacing (in mm)
26 mask_interpolation_spacing=<MASK_INTERPOLATION_SPACING>
28 # registration method (blut, elastix)
31 # registration parameters (depend on registration method - see descriptions)
34 # b-spline spacing (blut, elastix)
35 bspline_spacing=<BSPLINE_SPACING>
37 # multi-resolution levels
40 # number of histogram bins (blut, elastix)
41 nb_hist_bins=<NB_HIST_BINS>
43 # number of points (samples) to calculate metric
44 # (blut: percentage of image size; elastix: absolute number)
45 nb_samples=<NBSAMPLES>
47 # algorithm used to sample points for the metric
49 sampling_algo="<SAMPLING_ALGO>"
51 # number of iterations (blut, elastix)
54 # tolerance (stop condition for the metric) (blut)
57 # metric used in the registration
58 # (blut: see clitkBLUTDIR; elastix: see docs)
62 # (blut: see clitkBLUTDIR; elastix: see docs)
63 interpolator="<INTERPOLATOR>"
66 # (blut: see clitkBLUTDIR; elastix: see docs)
67 optimizer="<OPTIMIZER>"