Plane: [[ planeId ]] | Wire Range: [[wireFirst]] - [[wireLast]]
Anode
Face
Plane

wire index (0 - [[ nWire-1 ]])

Channel: [[ wireChannel ]]
Head (mm): [[ headLoc ]]
Tail (mm): [[ tailLoc ]]

wire list

Separate wires by comma (,). This can be combined with the range syntax similar to python array slicing (start:stop:step)

You can specify a wire color using any css color name or hex string in the 4th argument when you use the range syntax (start:stop:step:color).

Example: 2, 5:8, 10:100:10, 200:300:10:green

channel (0 - [[ nChannel-1 ]])

Wires: [[ chWires ]]

channel list

plane index wire index

Global Wire Index: [[ wipGlobal ]]
Channel: [[ wireChannel ]]
Head (mm): [[ headLoc ]]
Tail (mm): [[ tailLoc ]]

Head Tail

Head/tail's x,y,z in mm. example:
Head: 0,0,0
Tail: 100,100,100