| AHELP for CIAO 4.5 Sherpa v1 | save |
Context: saving |
Synopsis
Save the current Sherpa session to a file
Syntax
save([filename=sherpa.save, clobber=False])
Description
The save command stores all information about the current Sherpa session, including the data. The restore command may then be used to recreate the session later ("ahelp restore"). The file is platform-independent, allowing collaborators to send a Sherpa session to one another.
- filename - name, including path, of the output save file; default is "sherpa.save" in the working directory
- clobber - clobber outfile; default=False (do not clobber if file exists)
Currently the session is stored as a binary file, so it cannot be viewed or modified outside of Sherpa. To save the output as an ASCII file instead, use the "save_all" command.
Example 1
sherpa> save()
The session is saved with the default name - sherpa.save - in the current working directory.
Example 2
sherpa> save("/data/m31/model2.shp")The session is saved in the file /data/m31/model2.shp.
Bugs
See the bugs pages on the Sherpa website for an up-to-date listing of known bugs.
See Also
- contrib
- save_chart_spectrum
- modeling
- save_model, save_source
- saving
- restore, save_all, save_arrays, save_data, save_delchi, save_error, save_filter, save_grouping, save_image, save_pha, save_quality, save_resid, save_staterror, save_syserror, save_table, script

![[Sherpa Logo]](../imgs/sherpa_logo_navbar.gif)