# 25 channels not connected to any bolometer not_connected = [ 29, 33, 35, 40, 64, 66, 124, 135, 142, 144, 146, 151, 158, 189, 193, 195, 200, 224, 226, 284, 295, 302, 304, 306, 311 ] # 20 channels with 1MOhm resistor resistor = [ 15, 16, 87, 88, 95, 139, 143, 145, 149, 150, 157, 178, 181, 186, 187, 188, 190, 255, 310, 317] # 2 channels sealed with an absorber blind = [ 4, 163 ] sealed = blind # 7 channels show strong cross-talk cross = [ 101, 103, 106, 110, 205, 218, 241 ] # Bad channels (no or very weak astronomical signal) bad = [ 6, 84, 86, 93, 136, 179, 183, 184, 191, 192, 201, 204, 207, 228 ] # Remaining bolometers on cable M / group 4 (cross-talk) cable_M = [ 81, 82, 83, 85, 89, 90, 91, 92, 94, 96, 159, 160 ] cross = cross + cable_M