Options to exclude variables/categories
This MR contains a few changes:
- New
--exclude_variable
and--exclude_category
options, allowing variables/categories to be excluded from import. These take precedence over the--variable
/--category
options. - Changes to the FMRIB categories and configuration to exclude a new
exclude
category. - Change to the
removeIfRedundant
routine to use double precision floating point by default, as the correlation calculation has issues when using 32 bit precision.