Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
wssuzb committed Jul 2, 2024
1 parent e640898 commit 9ce4c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/variation.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def structure_function(lc, used_bins):

int0 = np.argsort(dt_all, kind='mergesort')
dt_all_sort = dt_all[int0]
flux_sort = dx_flux_all[int0]
flux_sort = np.abs(dx_flux_all[int0])

bin_dt_width = np.array([(used_bins[i+1] - used_bins[i]) / 2 for i in range(len(used_bins) - 1)])
bin_dt_center = used_bins[1:] - bin_dt_width
Expand Down

0 comments on commit 9ce4c82

Please sign in to comment.