Commits

Andrew McNichols authored e501f332240
Update hardcoded t0 assignment to match table 9.2 of published C7 revision of ALMA technical handbook for CAS-12387

gcwrap/python/scripts/simutil.py

Modified
1023 1023 # lower limits
1024 1024 # f0=[ 31, 67, 84, 125, 162, 211, 275, 385, 602, 787, 950]
1025 1025 # go to higher band in gaps
1026 1026 f0=[ 31, 45, 84, 116, 162, 211, 275, 373, 500, 720, 950]
1027 1027 # 80% spec
1028 1028 # t0=[ 17, 30, 37, 51, 65, 83, 147, 196, 175, 230]
1029 1029 # cycle 1 OT values 7/12
1030 1030 t0=[ 17, 30, 45, 51, 65, 55, 75, 196, 100, 230]
1031 1031 # CAS-8802 B5 = 163-211GHz:
1032 1032 t0=[ 17, 30, 45, 51, 55, 55, 75, 196, 100, 230]
1033 + # CAS-12387 match Cycle 7 OT and ASC
1034 + t0=[ 25, 30, 40, 42, 50, 50, 72, 135, 105, 230]
1033 1035
1034 1036 flim=[31.3,950]
1035 1037 if self.verbose: self.msg("using ALMA/ACA Rx specs",origin="noisetemp")
1036 1038 else:
1037 1039 if telescope=='EVLA':
1038 1040 # 201009114 from rick perley:
1039 1041 # f0=[1.5,3,6,10,15,23,33,45]
1040 1042 t0=[10.,15,12,15,10,12,15,28]
1041 1043 # limits
1042 1044 f0=[1,2,4,8,12,18,26.5,40,50]

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut