Skip to content

Commit

Permalink
Set clock_timestamp_factor = 1, fixes CL matching
Browse files Browse the repository at this point in the history
  • Loading branch information
diaza committed Apr 24, 2024
1 parent bfcc0ea commit 63c75f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class LightADC64EventGenerator(H5FlowGenerator):
sync_channel = 32,
sync_threshold = 5000,
sync_buffer = 200,
clock_timestamp_factor = 0.625,
clock_timestamp_factor = 1,
utime_ms_window = 1000,
tai_ns_window = 1000,
)
Expand Down

0 comments on commit 63c75f4

Please sign in to comment.