Skip to content

Commit

Permalink
Added reset_rate_khz to tune_band in pton pysmurf cfg. Created smurf_…
Browse files Browse the repository at this point in the history
…startup cfg to match newest shawnhammer.
  • Loading branch information
swh76 committed Oct 24, 2019
1 parent 4fde320 commit b4c9403
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
26 changes: 26 additions & 0 deletions cfg_files/pton/pton_smurf_startup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
shelfmanager=shm-smrf-sp01

set_crate_fans_to_full=true
# ELMA
max_fan_level=15

attach_at_end=true
screenshot_signal_analyzer=false
configure_pysmurf=true
reboot=true
using_timing_master=false
run_half_band_test=false
write_config=false
start_atca_monitor=true
# still not completely parallel. Also doesn't work.
parallel_setup=false
cpwd=$PWD

pysmurf=/home/cryo/docker/pysmurf/pton-dspv3

crate_id=1
slots_in_configure_order=(2)

pysmurf_init_script=scratch/shawn/scripts/init_pton.py

tmux_session_name=smurf
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@
"all_bias_groups": [3],

"tune_band" : {
"reset_rate_khz" : 4.0,
"n_samples" : 262144,
"grad_cut" : 0.05,
"amp_cut" : 0.25,
Expand Down

0 comments on commit b4c9403

Please sign in to comment.