pylinac
pylinac copied to clipboard
Inconsistent MLC indexing with the document in PicketFence
trafficstars
Describe the bug related MLC leaf indexing order issue to #157 in picketfence.MLCmeas.leaf_pair function
Expected behavior In the recent modification of the MLC indexing, the leaf pair is set to a pair with (n, n+n_leaves/2)
Screenshots In line 937, the leaf index was calculated according to previous indexing order.
Good catch