ReadMe.txt 904 B

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