SetParameterDescription("outputs.spacingy","Size of each pixel along Y axis");
AddParameter(ParameterType_Empty,"outputs.isotropic","Force isotropic spacing by default");
SetParameterDescription("outputs.isotropic","Default spacing values are estimated from the sensor modelling of the image. It can therefore result in a non-isotropic spacing. This option allows you to force default values to be isotropic (in this case, the minimum of spacing in both direction is applied. Values overriden by user are not affected by this option.");
std::ostringstreamisotropOss;
isotropOss<<"Default spacing values are estimated from the sensor modelling of the image. It can therefore result in a non-isotropic spacing. ";
isotropOss<<"This option allows you to force default values to be isotropic (in this case, the minimum of spacing in both direction is applied. ";
isotropOss<<"Values overriden by user are not affected by this option.";