# 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/low signal) bad = [ 6, 82, 85, 86, 160, 179, 182, 184, 185, 201, 205, 207, 217, 228, 257, 309 ] # Variable channels bad_maybe = [ 177, 180, 183, 192, 202, 203, 204, 218, 220, 222 ] # remaining channels on Cable M. Bad most of the time, sometimes only cross-talk cable_M = [ 81, 83, 84, 85, 89, 90, 91, 92, 93, 94, 96, 136, 159 ]