Right now the fitter emits five .cPickle files which cannot be inspected or read by any other system besides instantiating python classes. This would ideally be in a structured format like JSON that is system agnostic.
I think the deeper issue here is restructuring the sim_data object. If it was flat and composed of basic types (or arrays of basic types), saving and loading would be pretty easy.
Right now the fitter emits five
.cPickle
files which cannot be inspected or read by any other system besides instantiating python classes. This would ideally be in a structured format like JSON that is system agnostic.