Skip to content

Commit

Permalink
Added adapter settings for ATL/Phiplips-us4r4 adapter.
Browse files Browse the repository at this point in the history
  • Loading branch information
pjarosik committed Nov 14, 2021
1 parent 1a80e2d commit 562f919
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 41 deletions.
45 changes: 45 additions & 0 deletions arrus/cfg/default.dict
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,47 @@ probe_adapter_models: [
120, 121, 122, 123, 124, 125, 126, 127]
}
]
},
{
id: {
manufacturer: "us4us"
name: "atl/philips-us4r4"
}
n_channels: 128
channel_mapping_regions: [
{
# BLUE, A
us4oem: 0
channels: [31, 30, 29, 28, 27, 26, 25, 24,
23, 22, 21, 20, 19, 18, 17, 15,
16, 14, 13, 12, 11, 10, 9, 8,
7, 6, 5, 4, 3, 2, 1, 0]
},
{
# BLUE, C
us4oem: 1
channels: [31, 30, 29, 28, 27, 26, 25, 24,
23, 22, 21, 20, 19, 18, 17, 15,
16, 14, 13, 12, 11, 10, 9, 8,
7, 6, 5, 4, 3, 2, 1, 0]
},
{
# GREEN, H
us4oem: 2
channels: [31, 30, 29, 28, 27, 26, 25, 24,
23, 22, 21, 20, 19, 18, 17, 15,
16, 14, 13, 12, 11, 10, 9, 8,
7, 6, 5, 4, 3, 2, 1, 0]
},
{
# GREEN, F
us4oem: 3
channels: [31, 30, 29, 28, 27, 26, 25, 24,
23, 22, 21, 20, 19, 18, 17, 15,
16, 14, 13, 12, 11, 10, 9, 8,
7, 6, 5, 4, 3, 2, 1, 0]
}
]
}
]
probe_models: [
Expand Down Expand Up @@ -721,6 +762,10 @@ probe_to_adapter_connections: [
{
manufacturer: "us4us"
name: "atl/philips"
},
{
manufacturer: "us4us"
name: "atl/philips-us4r4"
}
]
channel_mapping_ranges: {
Expand Down
41 changes: 0 additions & 41 deletions arrus/core/io/test-data/dictionary.prototxt
Original file line number Diff line number Diff line change
Expand Up @@ -225,47 +225,6 @@ probe_adapter_models: [
120, 121, 122, 123, 124, 125, 126, 127]
}
]
},
{
id: {
manufacturer: "us4us"
name: "atl/philips-us4r4"
}
n_channels: 128
channel_mapping_regions: [
{
# BLUE, A
us4oem: 0
channels: [31, 30, 29, 28, 27, 26, 25, 24,
23, 22, 21, 20, 19, 18, 17, 15,
16, 14, 13, 12, 11, 10, 9, 8,
7, 6, 5, 4, 3, 2, 1, 0]
},
{
# BLUE, C
us4oem: 1
channels: [31, 30, 29, 28, 27, 26, 25, 24,
23, 22, 21, 20, 19, 18, 17, 15,
16, 14, 13, 12, 11, 10, 9, 8,
7, 6, 5, 4, 3, 2, 1, 0]
},
{
# GREEN, H
us4oem: 2
channels: [31, 30, 29, 28, 27, 26, 25, 24,
23, 22, 21, 20, 19, 18, 17, 15,
16, 14, 13, 12, 11, 10, 9, 8,
7, 6, 5, 4, 3, 2, 1, 0]
},
{
# GREEN, F
us4oem: 3
channels: [31, 30, 29, 28, 27, 26, 25, 24,
23, 22, 21, 20, 19, 18, 17, 15,
16, 14, 13, 12, 11, 10, 9, 8,
7, 6, 5, 4, 3, 2, 1, 0]
}
]
}
]
probe_models: [
Expand Down

0 comments on commit 562f919

Please sign in to comment.