Might be useful to be able to read in eqdsks and write out the fields in a useful format (json, csv, txt, etc...) without having to run AEGIS. This could be done as a separate tool which is compiled alongside AEGIS.
In theory it shouldn't actually be too much work to do this as it will just rely on the already existing EquilData class. Doing this could help me in figuring out how I may want to refactor this class however.
Might be useful to be able to read in eqdsks and write out the fields in a useful format (json, csv, txt, etc...) without having to run AEGIS. This could be done as a separate tool which is compiled alongside AEGIS.
In theory it shouldn't actually be too much work to do this as it will just rely on the already existing
EquilDataclass. Doing this could help me in figuring out how I may want to refactor this class however.