hexagonal lattice coordinates in pandas dataframe

Are the coordinates in dataframe corresponding to what I draw in the geometry?

批注 2020-07-23 171529.png

Best,
Yue

Close, but not quite. What is shown as (x,y) in the dataframe should actually be (x,alpha). These coordinates axes are defined here:
https://docs.openmc.org/en/latest/methods/geometry.html#hexagonal-lattice-indexing

批注 2020-07-23 171529.png