Skip to content

Commit

Permalink
ch_info field is now 'res_frequency'
Browse files Browse the repository at this point in the history
  • Loading branch information
simonscryo committed Jun 13, 2024
1 parent 27d9f00 commit 73b15fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sodetlib/operations/complex_impedance.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ def analyze_tods(ds, bgs=None, tod=None, arc=None, show_pb=True):
if i == 0:
ds._Ibias_dc[bg] = np.mean(seg.biases[bg])
ds._Ibias[bg] = 0.5 * np.ptp(seg.biases[bg])
ds._res_freqs[chmap] = seg.ch_info.frequency
ds._res_freqs[chmap] = seg.ch_info.res_frequency

ds._Ites[chmap, i] = seg.Ites
pb.update()
Expand Down

0 comments on commit 73b15fa

Please sign in to comment.