edges.cal.dicke¶
Functions for dicke-switch calibration.
- edges.cal.dicke.dicke_calibration(data: GSData) GSData[source]¶
Calibrate field data using the Dicke switch data.
Assumes that the data has the three loads “ant”, “internal_load” and “internal_load_plus_noise_source”. The data is calibrated using the Dicke switch model (i.e.
(ant - internal_load)/(internal_load_plus_noise_source - internal_load)).