User Tools

Site Tools


ajay:neuroelf_usage_notes

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
ajay:neuroelf_usage_notes [2016/08/03 22:35]
ajay [Scripting and Batching: Tips and Pitfalls]
ajay:neuroelf_usage_notes [2016/08/03 22:36] (current)
ajay [Scripting and Batching: Tips and Pitfalls]
Line 486: Line 486:
  
 If your scripting is running inordinately slow, it may be because NeuroElf is loading, closing, and re-loading relevant data for a given step in your code. For example, when obtaining the betas from a glm for a set of vois, if you iterate across the vois to load the GLM, then it may reload all the GLM data each time. This is because NeuroElf runs efficiently by not loading up all the data unless it really needs to, but if you're coding, then you need to specify that. Use the following: If your scripting is running inordinately slow, it may be because NeuroElf is loading, closing, and re-loading relevant data for a given step in your code. For example, when obtaining the betas from a glm for a set of vois, if you iterate across the vois to load the GLM, then it may reload all the GLM data each time. This is because NeuroElf runs efficiently by not loading up all the data unless it really needs to, but if you're coding, then you need to specify that. Use the following:
->>​glm.LoadTransIOData+   >>​glm.LoadTransIOData
  
  
ajay/neuroelf_usage_notes.txt ยท Last modified: 2016/08/03 22:36 by ajay