Skip to content

Commit

Permalink
feat(stream): Enable fixed tones in stream_on.
Browse files Browse the repository at this point in the history
  • Loading branch information
tristpinsm committed Oct 14, 2024
1 parent a3b6667 commit 79caffb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sodetlib/stream.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from sotodlib.io import load_smurf
from sodetlib.util import Registers
from sodetlib.operations import uxm_setup
import os
import time

Expand Down Expand Up @@ -207,6 +208,9 @@ def stream_g3_on(S, make_freq_mask=False, emulator=False, tag=None,
S.set_downsample_factor(downsample_factor)
S.set_filter_disable(int(filter_disable))

# ensure fixed tones are on
uxm_setup.turn_on_fixed_tones(S, cfg)

S.stream_data_on(make_freq_mask=make_freq_mask, channel_mask=channel_mask,
filter_wait_time=filter_wait_time, make_datafile=make_datfile)

Expand Down

0 comments on commit 79caffb

Please sign in to comment.