You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the status endpoint loads the sensor cal on SCOS Sensor startup, and reads the last_calibration_time directly from this.
Since Y-factor calibration is implemented as an action, the status endpoint should query the signal analyzer for the most recent sensor cal time.
The best approach here is probably the keep the existing field, and add a new one: last_onboard_calibration_time or last_field_calibration_time. This way the status endpoint indicates the date from the lab-provided calibration data as well as any in-field calibrations performed onboard.
Currently the status endpoint loads the sensor cal on SCOS Sensor startup, and reads the
last_calibration_time
directly from this.Since Y-factor calibration is implemented as an action, the status endpoint should query the signal analyzer for the most recent sensor cal time.
The best approach here is probably the keep the existing field, and add a new one:
last_onboard_calibration_time
orlast_field_calibration_time
. This way the status endpoint indicates the date from the lab-provided calibration data as well as any in-field calibrations performed onboard.Relevant code here
The text was updated successfully, but these errors were encountered: