Skip to content

Commit 0389e19

Browse files
committed
doc
1 parent 6a4079c commit 0389e19

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

doc/usage.rst

+16-5
Original file line numberDiff line numberDiff line change
@@ -207,11 +207,22 @@ computer:
207207
1. Graphical User Interface (GUI)
208208
=================================
209209

210-
C-COMPASS allows you to save and load your sessions via the main toolbar.
211-
212-
A session can be saved as a NumPy (``.npy``) file, which includes all datasets,
213-
marker lists, settings, analyses, trainings, and statistics. These will be
214-
fully restored upon loading.
210+
C-COMPASS allows you to save and load your sessions via the main menu
211+
(:menuselection:`File --> Save As`).
212+
Saving after each significant step is recommended to avoid data loss.
213+
The session file, which includes all datasets, marker lists, settings,
214+
analyses, trainings, and statistics. These will be fully restored upon loading
215+
(:menuselection:`File --> Open`).
216+
217+
There are currently two options for saving your session:
218+
219+
* A **NumPy/pickly** (``.npy``) file. This is the fastest option.
220+
However, those files will not necessarily work across different versions
221+
of Python, C-COMPASS, numpy, or pandas.
222+
* A **zip** (``.ccompass``) file. This is significantly slower but more
223+
reliable across different versions.
224+
225+
The format can be chosen in the save dialog.
215226

216227
2. Before training
217228
==================

0 commit comments

Comments
 (0)