Skip to content

Commit 8cdd72b

Browse files
committed
bugsplat
1 parent 61cba5d commit 8cdd72b

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

amoeba/src/amoeba/Util/util.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2088,12 +2088,10 @@ def calculate_blr_transfer_function(
20882088
* vertical_resolution,
20892089
)
20902090

2091-
response_of_current_slab = (
2092-
rescale(response_of_current_slab, rescale_factor) * magnification_crop
2093-
)
2094-
time_delays_of_current_slab = rescale(
2095-
time_delays_of_current_slab, rescale_factor
2091+
response_of_current_slab = response_of_current_slab * rescale(
2092+
magnification_crop, rescale_factor
20962093
)
2094+
time_delays_of_current_slab = time_delays_of_current_slab
20972095

20982096
transfer_function_of_slab = np.histogram(
20992097
time_delays_of_current_slab,

0 commit comments

Comments
 (0)