Skip to content

Commit

Permalink
changed max_dump_samples (kotekan#1091)
Browse files Browse the repository at this point in the history
Increase maximum dump size to ~1.4 seconds.
  • Loading branch information
shionandrew authored May 17, 2023
1 parent 1228a1e commit 491c447
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/chime_science_run_gpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ baseband_output_buffers:
num_frames: 12

baseband:
max_dump_samples: 300000 # 768ms
max_dump_samples: 546875 #1.4s
num_frames_buffer: baseband_buffer_depth - 10
baseband0:
kotekan_stage: basebandReadout
Expand Down
2 changes: 1 addition & 1 deletion config/chime_science_run_gpu_no_output.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ baseband_output_buffers:
num_frames: 12

baseband:
max_dump_samples: 300000 # 768ms
max_dump_samples: 546875 #1.4s
num_frames_buffer: baseband_buffer_depth - 10
baseband0:
kotekan_stage: basebandReadout
Expand Down

0 comments on commit 491c447

Please sign in to comment.