edges.cal.apply

Functions for applying calibration solutions to data.

edges.cal.apply.approximate_temperature(data: GSData, *, tload: float, tns: float, reverse: bool = False)[source]

Convert an uncalibrated object to an uncalibrated_temp object.

This uses a guess for T0 and T1 that provides an approximate temperature spectrum. One does not need this step to perform actual calibration, and if actual calibration is done following applying this function, you will need to provide the same tload and tns as used here.