In the develop branch, there is only one calibration method possible. cal_weightedHOTs
Line 581 fixme: make this conditional --> if calmethod == 'cal_weightedHOTs'
ta[i0,:], cflags_OTF[i0], Tsys_OTF[i0], rms_OTF[i0] = cal_weightedHOTs(spec_OTF[i0,:], band,
The definition for cal_weightedHOTs is present so a condition based on calmethod works.
In the develop branch, there is only one calibration method possible. cal_weightedHOTs
Line 581 fixme: make this conditional --> if calmethod == 'cal_weightedHOTs'
ta[i0,:], cflags_OTF[i0], Tsys_OTF[i0], rms_OTF[i0] = cal_weightedHOTs(spec_OTF[i0,:], band,
The definition for cal_weightedHOTs is present so a condition based on calmethod works.