User Tools

Site Tools


neuroelf:neuroelf_resources

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
neuroelf:neuroelf_resources [2015/08/15 21:13] – [Installation] igorkaganneuroelf:neuroelf_resources [2022/12/29 07:15] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== NeuroElf Resources ====== ====== NeuroElf Resources ======
 +
 +===== Online resources =====
  
 http://neuroelf.net/ http://neuroelf.net/
Line 7: Line 9:
 https://www.youtube.com/channel/UC1sM-zqnmdcZOrRf-i0FLGg | NeuroElf youtube tutorials! https://www.youtube.com/channel/UC1sM-zqnmdcZOrRf-i0FLGg | NeuroElf youtube tutorials!
  
 +===== Help =====
 +For getting detailed help on each method of xff object (e.g. fmr), use:
 +<code matlab>
 +>> fmr.Help % to see all methods
 +>> fmr.Help('Method') % e.g. fmr.Help('Realign') to see details of each method 
 +</code>
 +See http://neuroelf.net/wiki/doku.php?id=obj.help
  
  
-----+=== NeuroElf-based ERA ===
  
-===== DAG notes ===== 
  
 +http://neuroelf.net/wiki/doku.php?id=neuroelf_gui_-_mdm_voi_condition_average_ui
 +
 +http://neuroelf.net/wiki/doku.php?id=mdm.voicondaverage
 +
 +===== DAG installation notes =====
  
-==== Installation ==== +1) During installation, disable (remove from path) Chronux (if present): conflict with linec.m 
-1) During installation, disable (remove from path) Chronux: conflict with linec.m +
  
 2) NeuroElf functions use std.m and var.m as in newer versions of MATLAB, with 3 inputs: e.g. Y = STD(X,FLAG,DIM). 2) NeuroElf functions use std.m and var.m as in newer versions of MATLAB, with 3 inputs: e.g. Y = STD(X,FLAG,DIM).
-Therefore, NaN toolbox functions std.m and var.m are incompatible, remove it from path. Revise sterr.m and corrcoef_eval.m and place to Igtools.+Therefore, old NaN toolbox functions std.m and var.m were incompatible and sterr.m was updated. The old version of std.m is now available as ig_std.m in Igtools (corrcoef_eval.m has not been revised yet but is not needed for running the pipeline).
  
 3) Starting from NeuroElf_v09d, many useful auxiliary scripts/functions are "hidden" behind @neuroelf method, 3) Starting from NeuroElf_v09d, many useful auxiliary scripts/functions are "hidden" behind @neuroelf method,
Line 27: Line 39:
 </code> </code>
  
 +:-O The functions below should be in the NeuroElf base (root) folder (e.g. D:\Sources\NeuroElf_v10_4503). **Only** this folder should be on the path!
  
-Currently required functions for DAG NeuroElf-based functions (\Sources\MATLAB\bv_umg): +{{:neuroelf:neuroelf_base_folder_ikdag20150815.png?600|}}
-  * findfiles +
-  * checkstruct +
-  * renamefile +
-  * dicom_dic +
-Used by ne_pl_fmriqasheet.m: +
-  * psctrans +
-  * packmosaic +
-  * scaledata +
-  * minmaxmean +
-  * splittocell+
  
 4)  There is a bug in NeuroElf v1.0 and v0.9d, to fix please replace the function dcm_Value.m in /xff/private with the function below. This function is used by createfmr.m 4)  There is a bug in NeuroElf v1.0 and v0.9d, to fix please replace the function dcm_Value.m in /xff/private with the function below. This function is used by createfmr.m
Line 254: Line 257:
 % end of function dcmval = interpret_dcmval(dcmval) % end of function dcmval = interpret_dcmval(dcmval)
 </code> </code>
-==== Help ==== 
-For getting detailed help on each method of xff object (e.g. fmr), use: 
-<code matlab> 
->> fmr.Help % to see all methods 
->> fmr.Help('Method') % e.g. fmr.Help('Realign') to see details of each method  
-</code> 
-See http://neuroelf.net/wiki/doku.php?id=obj.help 
  
----- 
-NeuroElf-based ERA 
- 
-http://neuroelf.net/wiki/doku.php?id=neuroelf_gui_-_mdm_voi_condition_average_ui 
- 
-http://neuroelf.net/wiki/doku.php?id=mdm.voicondaverage 
neuroelf/neuroelf_resources.1439673236.txt.gz · Last modified: 2022/12/29 07:15 (external edit)