Each file format for reading and writing takes a different set of parameters. We should make it so each reader/writer take a parameter struct rather than separate parameters. This allows generalizations with bases (like Reorder for example) and experiment interfaces.
Each file format for reading and writing takes a different set of parameters. We should make it so each reader/writer take a parameter struct rather than separate parameters. This allows generalizations with bases (like
Reorderfor example) and experiment interfaces.