columns: # or some other name, maybe twiss/data
s:
column: 0
unit: mm
envx:
column: 1
unit: mm
envy:
column: 2
unit: mm
This format is more verbose, but provides more forward compatibility (in case more columns need to be added?). Furthermore, it has a more canonical in-memory representation.
The comparison is currently restricted to envx, envy in a very special format. It should be generalized by providing additional metadata for:
e.g.
or
This format is more verbose, but provides more forward compatibility (in case more columns need to be added?). Furthermore, it has a more canonical in-memory representation.