henry2004y / Batsrus.jl

BATSRUS/SWMF Data Processor
https://henry2004y.github.io/Batsrus.jl/dev/
MIT License
5 stars 2 forks source link

Improve data structure #15

Closed henry2004y closed 3 years ago

henry2004y commented 3 years ago

I was enlightened by the way SpacePy handles files. Instead of a separate header and data array, it may be better to build a more contained struct. Also, the header could use NamedTuple instead of Dict.

These are all implemented in newer versions.