Single run localizer #145
-
Hello I have a single run localizer and I want to use GLMsingle (or GLMdenoise) to process it. I know that both GLMsingle and GLMdenoise require at least two runs to work. The solution is to artificially split a run into two runs, but I have some questions about the details:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The lengths of the runs do not have to be the same. The spilling over is suboptimal, but probably not a huge deal. Basically, you will miss capturing the end of the first run (a lost opportunity). And, you might be failing to fully model the beginning of the second run... but probably not a huge deal. Arguably, there are all sorts of things that are not fully being modeled at the beginning of runs, like the subject getting ready, fidgeting, etc. The runs don't need to be fully balanced; it should be okay. I believe this issue is discussed at https://glmsingle.readthedocs.io/en/latest/wiki.html |
Beta Was this translation helpful? Give feedback.
The lengths of the runs do not have to be the same.
The spilling over is suboptimal, but probably not a huge deal. Basically, you will miss capturing the end of the first run (a lost opportunity). And, you might be failing to fully model the beginning of the second run... but probably not a huge deal. Arguably, there are all sorts of things that are not fully being modeled at the beginning of runs, like the subject getting ready, fidgeting, etc.
The runs don't need to be fully balanced; it should be okay. I believe this issue is discussed at https://glmsingle.readthedocs.io/en/latest/wiki.html