diff --git a/wrapping/python/examples/pipelines/OrientationAnalysis/APTR12_Analysis.py b/wrapping/python/examples/pipelines/OrientationAnalysis/APTR12_Analysis.py index 52acacfc4e..ff7a656199 100644 --- a/wrapping/python/examples/pipelines/OrientationAnalysis/APTR12_Analysis.py +++ b/wrapping/python/examples/pipelines/OrientationAnalysis/APTR12_Analysis.py @@ -343,7 +343,8 @@ # Execute Filter with Parameters result = nx_filter.execute( data_structure=data_structure, - histogram_suffix=" Histogram", + histogram_bin_count_suffix=" Histogram", + histogram_bin_range_suffix=" Histogram Ranges", create_new_data_group=True, new_data_group_path=nx.DataPath("fw-ar-IF1-aptr12-corr/Histograms"), number_of_bins=256, diff --git a/wrapping/python/examples/pipelines/OrientationAnalysis/AVTR12_Analysis.py b/wrapping/python/examples/pipelines/OrientationAnalysis/AVTR12_Analysis.py index 70da3ca3cf..48ba5a8f66 100644 --- a/wrapping/python/examples/pipelines/OrientationAnalysis/AVTR12_Analysis.py +++ b/wrapping/python/examples/pipelines/OrientationAnalysis/AVTR12_Analysis.py @@ -343,7 +343,8 @@ # Execute Filter with Parameters result = nx_filter.execute( data_structure=data_structure, - histogram_suffix=" Histogram", + histogram_bin_count_suffix=" Histogram", + histogram_bin_range_suffix=" Histogram Ranges", create_new_data_group=True, new_data_group_path=nx.DataPath("fw-ar-IF1-avtr12-corr/Histograms"), number_of_bins=256, diff --git a/wrapping/python/examples/pipelines/OrientationAnalysis/CI_Histogram.py b/wrapping/python/examples/pipelines/OrientationAnalysis/CI_Histogram.py index a093aaee9e..9563b9f997 100644 --- a/wrapping/python/examples/pipelines/OrientationAnalysis/CI_Histogram.py +++ b/wrapping/python/examples/pipelines/OrientationAnalysis/CI_Histogram.py @@ -91,7 +91,8 @@ result = nx_filter.execute( data_structure=data_structure, #data_group_name=nx.DataPath("DataContainer/Statistics"), - histogram_suffix=" Histogram", + histogram_bin_count_suffix=" Histogram", + histogram_bin_range_suffix=" Histogram Ranges", max_range=1.0, min_range=0.0, create_new_data_group=True,