# correlator quantization efficiency.
# Receiver radiation temperature in K.
if telescope=='ALMA' or telescope=='ACA' or telescope=='ALMASD':
# ALMA-40.00.00.00-001-A-SPE.pdf
# http://www.eso.org/sci/facilities/alma/system/frontend/
# f0=[ 31, 67, 84, 125, 162, 211, 275, 385, 602, 787, 950]
#f0=[ 31, 67, 84, 125, 162, 211, 275, 385, 602, 787, 950]
# go to higher band in gaps
f0=[ 31, 45, 84, 116, 162, 211, 275, 373, 500, 720, 950]
#f0=[ 31, 45, 84, 116, 162, 211, 275, 373, 500, 720, 950]
f0=[ 35, 52, 84, 116, 162, 211, 275, 373, 500, 720, 950]
# t0=[ 17, 30, 37, 51, 65, 83, 147, 196, 175, 230]
#t0=[ 17, 30, 37, 51, 65, 83, 147, 196, 175, 230]
t0=[ 17, 30, 45, 51, 65, 55, 75, 196, 100, 230]
#t0=[ 17, 30, 45, 51, 65, 55, 75, 196, 100, 230]
# CAS-8802 B5 = 163-211GHz:
t0=[ 17, 30, 45, 51, 55, 55, 75, 196, 100, 230]
#t0=[ 17, 30, 45, 51, 55, 55, 75, 196, 100, 230]
# CAS-12387 match Cycle 7 OT and ASC
t0=[ 25, 30, 40, 42, 50, 50, 72, 135, 105, 230]
#t0=[ 25, 30, 40, 42, 50, 50, 72, 135, 105, 230]
t0=[ 28, 30, 40, 42, 50, 50, 72, 135, 105, 230]
if self.verbose: self.msg("using ALMA/ACA Rx specs",origin="noisetemp")
# 201009114 from rick perley:
# f0=[1.5,3,6,10,15,23,33,45]
t0=[10.,15,12,15,10,12,15,28]
f0=[1,2,4,8,12,18,26.5,40,50]