Within each wedge, there are 12 columns, numbered 0-11 in the direction of increasing phi.
bits 1- 8 : | strip number (0-255 in z) | within a panel |
bits 9-12 : | panel number (0-11 in z) | |
bits 13-15 : | row number (0-5 in phi) | |
bit 16 : | shell number (0 or 1 in R) |
bit: 16 15 14 13 | 12 11 10 9 | 8 7 6 5 4 3 2 1 |
use:shell <- row -> | <-- panel ---> | <- strip number within a panel -> |
0/1 0 to 5 | address | from 0 to 255 |
from 0 to 11 |
bit: 16 15 14 13 | 12 11 10 9 | 8 7 6 5 4 3 2 1 |
use: <> 1 1 end | <-- wedge ---> | <---- column and row number ---> |
not flag= 0/1 | number from | from 0 to 251, with |
used pads, | 0 to 11 | rows 0-20, columns 0-11 |
not strips | NCOLUMN*21 + NROW |