So far, we have been saving the time-of-flight lookup tables to Scipp hdf5 format when storing on disk.
However, this currently contains no metadata indicating which choppers were used etc.
We need a better format, and NeXus is probably the best candidate. It can have NXdisk_chopper directly, and we can save the table values as NXdata. We can also have the source parameters as NXsource.
It makes sense to use the NeXus standard, as it means files could also be read by software other than Scipp.