ARTS built-in documentation server
Workspace Method ybatchColdAtmHotAtmCycle
Description
Computes ybatch from input using standard calibration scheme of
a cycle through cold-atm-hot-atm-cold-... observations
Computes for every full cycle reaching a new hot or cold:
y = cold_temp + (hot_temp - cold_temp) * (atm - cold) / (hot - cold)
Assumes data is ordered as Cold-Atm-Hot-Atm-Cold-Atm-Hot-Atm-...,
but Cold does not have to be at data[0], instead the first cold
position is set by *first_c_index*, which defaults to 0 but can be any positive
index so that level0_data[*first_c_index*] is a cold-measurements. Note that if
*first_c_index* is larger than 1, then the first output data will be around the
observation cycle -HAC-, where H is at *first_c_index*-2
Also returns the times of the Atm measurements in sensor_time
if the measurement's time data is provided
Authors: Richard Larsson
Synopsis
Variables