diff --git a/larch/io/save_restore.py b/larch/io/save_restore.py index af58fb829..e4c236758 100644 --- a/larch/io/save_restore.py +++ b/larch/io/save_restore.py @@ -251,7 +251,7 @@ def load_session(fname, ignore_groups=None, include_xasgroups=None, _larch=None, 1. data in the following groups will be merged into existing session groups: `_feffpaths` : dict of "current feff paths" `_feffcache` : dict with cached feff paths and feff runs - `_xasgroups` : dict mapping "File Name" and "Group Name", used in `XAS Viewer` + `_xasgroups` : dict mapping "File Name" and "Group Name", used in `Larix` 2. to avoid name clashes, group and file names in the `_xasgroups` dictionary may be modified on loading diff --git a/larch/plot/plotly_xafsplots.py b/larch/plot/plotly_xafsplots.py index 59dd8fcbb..ff5c066a1 100644 --- a/larch/plot/plotly_xafsplots.py +++ b/larch/plot/plotly_xafsplots.py @@ -970,7 +970,7 @@ def plot_prepeaks_baseline(dgroup, subtract_baseline=False, show_fitrange=True, def plot_prepeaks_fit(dgroup, nfit=0, show_init=False, subtract_baseline=False, show_residual=False): - """plot pre-edge peak fit, as from XAS Viewer + """plot pre-edge peak fit, as from Larix dgroup must have a 'peakfit_history' attribute """ diff --git a/larch/wxxas/xas_dialogs.py b/larch/wxxas/xas_dialogs.py index 9fab15a9e..2ee79e142 100644 --- a/larch/wxxas/xas_dialogs.py +++ b/larch/wxxas/xas_dialogs.py @@ -1771,7 +1771,7 @@ class QuitDialog(wx.Dialog): """dialog for quitting, prompting to save project""" def __init__(self, parent, message, **kws): - title = "Quit Larch XAS Viewer?" + title = "Quit Larch Larix?" wx.Dialog.__init__(self, parent, wx.ID_ANY, title=title, size=(500, 150)) self.SetFont(Font(FONTSIZE)) self.needs_save = True