Array of winston lutz results

Hello, I would like to see if there is any way to obtain arrays of the bb-displacements in the plane of the epid and the gantry. Regards

Winston-Lutz — pylinac 3.2.0 documentation

See the last statement in the example code here.

wl.images[4].cax2bb_vector

This will return a vector of the BB->CAX in x and y. You can get each individual value by adding .x and .y to the end of the above statement.