fit_posparams currently calculates best-fits for all positioners, then saves 3 monolithic results files ("static", "dynamic", and "merged"). This has large memory overhead, and means that all processed data up to that point is lost in event of a crash or error.
Save a results file per positioner, as they are processed.
Remove the redundant triple tables --- get all data into one table per positioner.
Update plotting script to read in the individual tables rather than monolith
fit_posparams
currently calculates best-fits for all positioners, then saves 3 monolithic results files ("static", "dynamic", and "merged"). This has large memory overhead, and means that all processed data up to that point is lost in event of a crash or error.