Skip to content

Commit

Permalink
repair python pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
nyoungbq committed Sep 24, 2024
1 parent 17d9171 commit fc82201
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit fc82201

Please sign in to comment.