ReadMe.txt 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. ====================================
  2. Workflow POSTFIT pRF's (matlab)
  3. ====================================
  4. These post-fitting scripts are located in the <..>/prfCode/PostFit/matlab folder
  5. 1 ck_Batch_Combine_MRI_SliceChunks.m
  6. - Uses ck_Combine_MRI_SliceChunks.m to put chunks back together
  7. - Takes slice chunks from <..>/FitResults/MRI/<subject>/<model>
  8. - Combine them
  9. - Save volumes in same folder
  10. 2 ck_CollectAllFittingResults.m
  11. - ck_GetMRI_pRF.m
  12. - combines results from 2 animals
  13. - Gets data from <..>/FitResults/MRI/<subject> saves data in <..>/FitResults/MRI/Combined
  14. - Adds D99 atlasses
  15. - ck_GetAtlasTable.m gets the atlas info
  16. - ck_GetEphys_pRF.m
  17. - combines results from 2 animals
  18. - Gets and saves data in <..>/FitResults/EPHYS
  19. - Combines MRI and Ephys
  20. - Saves as AllFits.cv1.mat in <..>/FitResults/MULTIMODAL
  21. 3 Run ck_BasicProc_AllFits_cv1.m
  22. - Takes data from <..>/FitResults/MultiModal
  23. - Re-structures
  24. - Saves back as tables and structures in <..>/FitResults/MultiModal
  25. 4 ck_StatsAndPlots.m
  26. - Long script that creates plots and runs statistics etc
  27. - Uses:
  28. - ck_GetROIidx.m
  29. - get an ROI index back when querying with label
  30. - ck_xmod_stats.m
  31. - Runs the LMM for crossmodal statistics
  32. - ck_xmod_stats_lowfreqlfp.m
  33. - Runs the LMM for crossmodal statistics for pos/neg low freq lfp
  34. - Contains comments on where manuscript figures are generated
  35. ======================================
  36. Example pRF-fit electrode/voxel
  37. # Basis of Figure 1E
  38. ======================================
  39. 1 ck_ExampleVoxel.m
  40. - for MRI
  41. 2 ck_ExampleElectrode.m
  42. - for EPHYS