desihub / desimeter

DESI coordinates and transformations
BSD 3-Clause "New" or "Revised" License
2 stars 4 forks source link

monolithic fit_posparams results files #64

Closed joesilber closed 4 years ago

joesilber commented 4 years ago

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.

  1. Save a results file per positioner, as they are processed.
  2. Remove the redundant triple tables --- get all data into one table per positioner.
  3. Update plotting script to read in the individual tables rather than monolith
joesilber commented 4 years ago

closed by merge of pr #68