############################################################################### # # FILE: midp_template.conf # AUTHOR: RĂ´mulo Pinho 05/08/2011 # # Template configuration file for create_midP-2.0.sh. Values between <> must be # changed according to the methods. # ############################################################################### # output directories vf_dir="" midp_dir="" output_dir="" log_dir="" # script step to be executed (mask, registration, midp, all) # midp depends on registration, which depends on mask step="all" # mask parameters # # interpolation algorithm for resampling (see clitkResampleImage) mask_interpolation_algorithm="" # interpolation spacing (in mm) mask_interpolation_spacing= # registration method (blut, elastix) method="" # registration parameters (depend on registration method - see descriptions) # # b-spline spacing (blut, elastix) bspline_spacing= # multi-resolution levels nb_levels= # number of histogram bins (blut, elastix) nb_hist_bins= # number of points (samples) to calculate metric # (blut: percentage of image size; elastix: absolute number) nb_samples= # algorithm used to sample points for the metric # (elastix: see docs) sampling_algo="" # number of iterations (blut, elastix) nb_iter= # tolerance (stop condition for the metric) (blut) tolerance= # metric used in the registration # (blut: see clitkBLUTDIR; elastix: see docs) metric="" # interpolation type # (blut: see clitkBLUTDIR; elastix: see docs) interpolator="" # optmizer # (blut: see clitkBLUTDIR; elastix: see docs) optimizer=""