Skip to content

Commit 2f33f6b

Browse files
committed
also list 2781 and 7167 as bad channels
1 parent fdd2fdf commit 2f33f6b

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

sbndcode/Utilities/badchannels_sbnd.fcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ sbnd_data_badchannels_west_plane0_shorted: [ 7169 ]
3232
sbnd_data_badchannels_west_plane1_shorted: [ 8378 ]
3333

3434
#No response from channels
35-
sbnd_data_badchannels_no_response: [ 546, 607, 8574, 8395, 11147 ]
35+
sbnd_data_badchannels_no_response: [ 546, 607, 2781, 7167, 8574, 8395, 11147 ]
3636

3737
#noisy channels
3838
sbnd_data_badchannels_noisy: [ 5060, 5636, 5637 ]

sbndcode/WireCell/cfg/pgrapher/experiment/sbnd/chndb-base.jsonnet

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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

sbndcode/WireCell/cfg/pgrapher/experiment/sbnd/chndb-perfect.jsonnet

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ function(params, anode, field, n, rms_cuts=[])
3030
// Jumpered region: 4800:4805 (inclusive, East Y), 10438:10443 (inclusive, West Y)
3131
// No response: 546, 607, 8574
3232
// Shorted channels: 7169 (West U), 8378 (West V).
33-
// Unresponsive channels: 546, 607, 8574, 8395, 11147
33+
// Unresponsive channels: 546, 607, 2781, 7167, 8574, 8395, 11147
3434
// There are four physically missing wires ( = bad channels) due to combs, in the center of each 1/2 APA.
3535
// They are 4374 and 5231 (East Y), 10012 and 10869 (West Y).
36-
// So in total, there are 74 bad channels + 12 from jumpered region + 4 missing
36+
// So in total, there are 76 bad channels + 12 from jumpered region + 4 missing
3737
//
3838
//bad: [],
39-
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],
39+
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],
4040

4141
// Overide defaults for specific channels. If an info is
4242
// mentioned for a particular channel in multiple objects in this

0 commit comments

Comments
 (0)