Closed robertbuecker closed 3 years ago
Hey @robertbuecker - changes look good, thanks for the PR! Will push a 0.4.8 release to PyPI now for you
wow, that was quick :-). Thanks for the prompt reaction and great package @alisterburt
caught me at a good time :) glad it's useful!
https://github.com/alisterburt/starfile/actions/runs/1320531095
should be on PyPI imminently
The main change is a force_loop option, which enforces writing even single-line data frames as a loop. This helps a lot with hybrid Relion/cryoSPARC workflows, as cryoSPARC does not cope with the normal (non-loop) structures, which requires annoying and error-prone editing.
Also, I added propagation of the na_rep and sep parameters in the write() function - I guess that was a bug?