orbithunter.RelativeEquilibriumOrbitKS.to_h5

RelativeEquilibriumOrbitKS.to_h5(filename=None, dataname=None, h5mode='a', verbose=False, include_cost=True, **kwargs)

Export current state information to HDF5 file. See core.py for more details

Parameters
filenamestr or None

If None then filename method will be called.

datanamestr or None

h5py group name for orbit

h5modestr

The writing mode, see core.py for details

verbosebool

Whether or not to print save destination.

include_cost :

Whether to save cost to h5 file.

Notes

Mainly an overload simply to get a different default behavior for include_cost.