Implement function "save_readable(ofile)" in CosmicRaysBase

Function that loops over .keys() and save everything as np.savez(ofile, a=..., b=..., ...) Advantage: Fast conversion in order to share simulations with people that do not use astrotools

  • Commented unittests are already in test_cosmic_rays.py included
Edited by Marcus Wirtz