@@ -32,13 +32,13 @@ function(params, anode, field, n, rms_cuts=[])
3232 // Jumpered region: 4800:4805 (inclusive, East Y), 10438:10443 (inclusive, West Y)
3333 // No response: 546, 607, 8574
3434 // Shorted channels: 7169 (West U), 8378 (West V).
35- // Unresponsive channels: 546, 607, 8574, 8395, 11147
35+ // Unresponsive channels: 546, 607, 2781, 7167, 8574, 8395, 11147
3636 // There are four physically missing wires ( = bad channels) due to combs, in the center of each 1/2 APA.
3737 // They are 4374 and 5231 (East Y), 10012 and 10869 (West Y).
38- // So in total, there are 74 bad channels + 12 from jumpered region + 4 missing
38+ // So in total, there are 76 bad channels + 12 from jumpered region + 4 missing
3939 //
4040 //bad: [],
41- bad: [546 , 607 ] + std.range (3232 , 3263 ) + std.range (4160 , 4191 ) + [4374 , 4800 , 4801 , 4802 , 4803 , 4804 , 4805 , 5060 , 5231 , 5636 , 5637 , 7169 , 8378 , 8395 , 8574 , 10012 , 10869 , 10438 , 10439 , 10440 , 10441 , 10442 , 10443 , 11147 ],
41+ bad: [546 , 607 , 2781 ] + std.range (3232 , 3263 ) + std.range (4160 , 4191 ) + [4374 , 4800 , 4801 , 4802 , 4803 , 4804 , 4805 , 5060 , 5231 , 5636 , 5637 , 7167 , 7169 , 8378 , 8395 , 8574 , 10012 , 10869 , 10438 , 10439 , 10440 , 10441 , 10442 , 10443 , 11147 ],
4242
4343 // Overide defaults for specific channels. If an info is
4444 // mentioned for a particular channel in multiple objects in this
0 commit comments