123456789101112131415161718192021222324252627 |
- ====================================
- Workflow EPHYS pRF's
- ====================================
- These pre-fitting scripts are located in the <..>/Analysis_code/Ephys folder
- 1 Xing provided the preprocessed data
- 2 ck_Run.m
- - Central script to coordinate data handling
- - Uses:
-
- 2a ck_Load.m
- - Loads data from <..>/Raw_data/EPHYS
- - Data_blackrock/ Data_matlab / Log_pRF / Channelmaps
- [- The raw data ns6 data is not shared because it is too large]
- - Saves in <..>/Preprocessed_data/EPHYS
- 3 a Copy <..>/Preprocessed_data/EPHYS to LISA <...>/PRF/Data/ephys
- b Prep data further with <..>/Analysis_code/LISA scripts
- c Run fits on LISA
- d Copy fit results from LISA <...>/PRF/Results/ back to local
- <..>/Preprocessed_data/EPHYS/<subject>/<model>
- 4 Copy the classic RF mapping data to FitResults/EPHYS/<subject>/classicRF
- 5 Continue analysis in <..>/Analysis_code/PostFit
|