Skip to content

Commit

Permalink
create data folder, stimulus done
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsayal committed Jul 11, 2023
1 parent 9942fae commit d380842
Show file tree
Hide file tree
Showing 27 changed files with 12 additions and 10 deletions.
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# public_vpinhibition

# Repository for code - Inhibition Experiment
Code used for the stimulus and data analysis of the study "**".
# vpinhibition
Repository for the code of the Inhibition Experiment

**Authors:** Teresa Sousa, Alexandre Sayal, Ricardo Martins, João Duarte, Gabriel Costa

Expand All @@ -10,13 +8,17 @@ Visual Perception group at the Coimbra Institute for Biomedical Imaging and Tran
---

## Index
1. **A_stimulus** - stimulus scripts.
2. **B_keypress** - scripts for analysing keypress data.
3. **C_spm_era** - scripts for data analysis with spm.
1. **scripts-01-protocolcreator**
2. **scripts-02-stimulus** - stimulus scripts.
3. **scripts-03-keypress** - scripts for analysing keypress data.
4. **scripts-04-eyetracker** - scripts for analysing eyetracker data.
5. **scripts-05-pipelineA-spm** - scripts for analysing fMRI data with SPM (pipeline A).
6. **scripts-06-pipelineB-bids** - scripts for organizing fMRI data to BIDS (pipeline B).
7. **scripts-07-pipelineB-fmriprep** - scripts for running fmriPrep (pipeline B).
8. **scripts-08-pipelineB-spm** - scripts for analyzing fMRI data with SPM after fmriPrep preprocessing (pipeline B).

---
## Requirements
- MATLAB 2015b or higher
- Neuroelf v1.1
- Psychtoolbox 3
- Auxiliary files stored in (folder)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions scripts-02-stimulus/functions_main/initCrossInhib.m
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
S.height = round(674 * S.factor); % Corresponds to 9 deg in visual angle

% --- Folders
S.input_path = fullfile(pwd,'input');
S.output_path = fullfile(pwd,'output');
S.input_path = fullfile('..','data','input-stimulus');
S.output_path = fullfile('..','data','output-stimulus');
%S.outputImages_path = fullfile(pwd,'outputImages');

% --- Open COM Ports for Response box and Trigger
Expand Down

0 comments on commit d380842

Please sign in to comment.