Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Save/Restore to HDF5 #11

Open
newville opened this issue Sep 23, 2012 · 2 comments
Open

Save/Restore to HDF5 #11

newville opened this issue Sep 23, 2012 · 2 comments

Comments

@newville
Copy link
Member

need save/restore functionality:

save_group(filename, *args)

to save groups or data listed to an HDF5 file, with some Larch-specific metadata to signal how to read it back, and a corresponding

data = restore_group(filename, itemname) 

Possibly include an optional:

restore_group(filename, all=True) 

to restore all groups to their saved names in the current session.

Unlike hdf5_group(), this should open, read, copy data into session, and close the save file.

@newville
Copy link
Member Author

seems to be work, but needs more exercising and testing. Especially needed are params / fits for bothe minimize() and feffit().

@maurov
Copy link
Member

maurov commented Mar 13, 2024

Related to #363

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants