EK60 and EK80 raw file structures are very similar but have important differences here and there, especially since that EK80 setting is more flexible (or users tend to use variable settings), so we've been doing a lot of patches to make sure files from different sources would convert successfully.
As more testing for the convert and model (soon to be changed to process) modules are now in place, at some point in the near future let's take a step back to consider combining and refactoring some of the methods to make the partially overlapping structure easier to maintain in the future.
EK60 and EK80 raw file structures are very similar but have important differences here and there, especially since that EK80 setting is more flexible (or users tend to use variable settings), so we've been doing a lot of patches to make sure files from different sources would convert successfully.
As more testing for the
convert
andmodel
(soon to be changed toprocess
) modules are now in place, at some point in the near future let's take a step back to consider combining and refactoring some of the methods to make the partially overlapping structure easier to maintain in the future.Related issues/PRs are: #148 , #154