slaclab / lume-genesis

Genesis 1.3 tools for use in LUME
https://slaclab.github.io/lume-genesis/
Apache License 2.0
4 stars 7 forks source link

Add transpose to 2D field slice #10

Closed ChristopherMayes closed 11 months ago

ChristopherMayes commented 11 months ago

This corrects the parsing of the 2D field slice. The field arrays are originally written in a flat 1D array: (x1,y1),(x2,y1), ... (xn,y1),(x1,y2),(x2,y2),......

balticfish commented 11 months ago

Approved