Skip to content

Commit 28c5f9c

Browse files
Merge pull request #596 from SBNSoftware/marcodeltutto-patch-1
Updated list of unresponsive channels
2 parents 2f14e3f + 7d0be6a commit 28c5f9c

3 files changed

Lines changed: 7 additions & 5 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 ]
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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +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, 2781, 7167, 8574, 8395, 11147
3536
// There are four physically missing wires ( = bad channels) due to combs, in the center of each 1/2 APA.
3637
// They are 4374 and 5231 (East Y), 10012 and 10869 (West Y).
37-
// So in total, there are 88 bad channels.
38+
// So in total, there are 76 bad channels + 12 from jumpered region + 4 missing
3839
//
3940
//bad: [],
40-
bad: [546, 607] + std.range(3232, 3263) + std.range(4160, 4191) + [4374, 4800, 4801, 4802, 4803, 4804, 4805, 5060, 5231, 5636, 5637, 7169, 8378, 8574, 10012, 10869, 10438, 10439, 10440, 10441, 10442, 10443],
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],
4142

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

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +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, 2781, 7167, 8574, 8395, 11147
3334
// There are four physically missing wires ( = bad channels) due to combs, in the center of each 1/2 APA.
3435
// They are 4374 and 5231 (East Y), 10012 and 10869 (West Y).
35-
// So in total, there are 88 bad channels.
36+
// So in total, there are 76 bad channels + 12 from jumpered region + 4 missing
3637
//
3738
//bad: [],
38-
bad: [546, 607] + std.range(3232, 3263) + std.range(4160, 4191) + [4374, 4800, 4801, 4802, 4803, 4804, 4805, 5060, 5231, 5636, 5637, 7169, 8378, 8574, 10012, 10869, 10438, 10439, 10440, 10441, 10442, 10443],
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],
3940

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

0 commit comments

Comments
 (0)