Skip to content

Commit

Permalink
Merge pull request kotekan#918 from kotekan/visaccumulate-config-update
Browse files Browse the repository at this point in the history
config: increase low sample fraction to mitigate var calculation bugs
  • Loading branch information
jrs65 authored Jan 27, 2021
2 parents f366ab1 + 8f07ef4 commit 5d2d4a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/chime_science_run_gpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1560,6 +1560,7 @@ vis_accumulate:
# This (12288) is for num_sub_frames = 4, there is currently a config bug that
# prevents referencing the higher level samples_per_data_set and dividing it
samples_per_data_set: 12288
low_sample_fraction: 0.1
updatable_config:
psr0: "/updatable_config/gating/psr0_config"
acc0:
Expand Down
1 change: 1 addition & 0 deletions config/chime_science_run_gpu_no_output.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1559,6 +1559,7 @@ vis_accumulate:
# This (12288) is for num_sub_frames = 4, there is currently a config bug that
# prevents referencing the higher level samples_per_data_set and dividing it
samples_per_data_set: 12288
low_sample_fraction: 0.1
updatable_config:
psr0: "/updatable_config/gating/psr0_config"
acc0:
Expand Down

0 comments on commit 5d2d4a3

Please sign in to comment.