Skip to content

Commit

Permalink
Merge pull request #553 from bachlab/545-issue-running-first-level-co…
Browse files Browse the repository at this point in the history
…ntrasts-in-dcmnon-linear-tutorial
  • Loading branch information
dominikbach authored Jan 17, 2024
2 parents f847699 + c11035a commit 664fc29
Show file tree
Hide file tree
Showing 14 changed files with 12 additions and 11 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ vendor/
test/pspm_test_temp.m
test/pspm_test_dynamic.m
success.txt
*.dll
Binary file modified doc/Figures/YY1_import.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/Figures/YY1_import_legacy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/Figures/YY2_trim.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/Figures/YY2_trim_legacy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/Figures/YY3_glm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/Figures/YY3_glm_legacy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/PsPM_Developers_Guide.pdf
Binary file not shown.
14 changes: 7 additions & 7 deletions doc/PsPM_Manual.lyx
Original file line number Diff line number Diff line change
Expand Up @@ -14227,12 +14227,12 @@ You can have a look at the imported data by loading this file into MATLAB.
placement H
wide false
sideways false
status collapsed
status open

\begin_layout Plain Layout
\begin_inset Graphics
filename Figures/YY1_import.png
scale 60
scale 40

\end_inset

Expand Down Expand Up @@ -14277,12 +14277,12 @@ Most of the time, the SCR recording is switched on some time before the
placement H
wide false
sideways false
status collapsed
status open

\begin_layout Plain Layout
\begin_inset Graphics
filename Figures/YY2_trim.png
scale 60
scale 40

\end_inset

Expand Down Expand Up @@ -14535,12 +14535,12 @@ Nuisance File
placement H
wide false
sideways false
status collapsed
status open

\begin_layout Plain Layout
\begin_inset Graphics
filename Figures/YY3_glm.png
scale 60
scale 40

\end_inset

Expand Down Expand Up @@ -15532,7 +15532,7 @@ New: Session
\emph on
Data File
\emph default
: choose tscr_s1.mat from your hard drive
: choose tpspm_s1.mat from your hard drive
\end_layout

\begin_layout Itemize
Expand Down
Binary file modified doc/PsPM_Manual.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion src/pspm_cfg/pspm_cfg_artefact_rm.m
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
overwrite.val = {false};
overwrite.labels = {'No', 'Yes'};
overwrite.values = {false, true};
overwrite.help = {'Overwrite existing file?'};
overwrite.help = {'Overwrite if a file with the same name has existed?'};

%% Executable branch
artefact_rm = cfg_exbranch;
Expand Down
2 changes: 1 addition & 1 deletion src/pspm_cfg/pspm_cfg_import.m
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@
overwrite.val = {false};
overwrite.labels = {'No', 'Yes'};
overwrite.values = {false, true};
overwrite.help = {'Overwrite existing file?'};
overwrite.help = {'Overwrite if a file with the same name has existed?'};

%% Executable branch
import_data = cfg_exbranch;
Expand Down
2 changes: 1 addition & 1 deletion src/pspm_cfg/pspm_cfg_split_sessions.m
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
overwrite.val = {false};
overwrite.labels = {'No', 'Yes'};
overwrite.values = {false, true};
overwrite.help = {'Overwrite existing file?'};
overwrite.help = {'Overwrite if a file with the same name has existed?'};


%% Executable branch
Expand Down
2 changes: 1 addition & 1 deletion src/pspm_cfg/pspm_cfg_trim.m
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
overwrite.val = {false};
overwrite.labels = {'No', 'Yes'};
overwrite.values = {false, true};
overwrite.help = {'Overwrite existing file?'};
overwrite.help = {'Overwrite if a file with the same name has existed?'};

%% Executable branch
trim = cfg_exbranch;
Expand Down

0 comments on commit 664fc29

Please sign in to comment.