# 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 # channels showing strong cross-talk cross = [ 101, 103, 106, 110, 241 ] # Bad channels (no astronomical signal, noisy or insensitive) bad = [ 6, 98, 179, 184, 191, 192, 201, 205, 207, 218, 220, 228, 257, 309 ] # Suspicious channels (sometimes bad, but usually not - check your data) bad_maybe = [ 202, 219 ] # Remaining bolometers on cable M / group 4 (bad and/or cross-talk) cable_M = [ 81, 82, 83, 84, 85, 86, 89, 90, 91, 92, 93, 94, 96, 136, 159, 160 ] # Cable_M is considered bad bad = bad + cable_M