# 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 = [ 103, 110, 241 ] # Bad channels (no signal or noisy) bad = [ 6, 82, 83, 85, 86, 98, 101, 106, 159, 160, 179, 184, 191, 201, 204, 205, 207, 218, 220, 228, 257, 309 ] # Suspicious channels (sometimes noisy, sometimes not) bad_maybe_nov = [ 92, 183, 202, 294 ] bad_maybe_dec = [ 18, 49, 84, 90, 94, 96, 97, 99, 102, 105, 107, 108, 123, 125, 236, 265 ]