diff --git a/src/Plugins/SimplnxCore/src/SimplnxCore/Filters/IdentifySampleFilter.cpp b/src/Plugins/SimplnxCore/src/SimplnxCore/Filters/IdentifySampleFilter.cpp index acbec44e79..62e9df4480 100644 --- a/src/Plugins/SimplnxCore/src/SimplnxCore/Filters/IdentifySampleFilter.cpp +++ b/src/Plugins/SimplnxCore/src/SimplnxCore/Filters/IdentifySampleFilter.cpp @@ -469,7 +469,7 @@ Parameters IdentifySampleFilter::parameters() const params.insert(std::make_unique(k_MaskArrayPath_Key, "Mask Array", "DataPath to the mask array defining what is sample and what is not", DataPath(), ArraySelectionParameter::AllowedTypes{nx::core::DataType::boolean, nx::core::DataType::uint8}, ArraySelectionParameter::AllowedComponentShapes{{1}})); - + params.linkParameters(k_SliceBySlice_Key, k_SliceBySlicePlane_Key, true); return params;