@@ -207,11 +207,22 @@ computer:
207
207
1. Graphical User Interface (GUI)
208
208
=================================
209
209
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.
215
226
216
227
2. Before training
217
228
==================
0 commit comments