AFNI version info: 24.1.11
Greetings!
I'm following Reynolds' script to complete the PPI analysis. Everything seems to be going well. However, I've noticed that timing_tool.py doesn't seem to be able to properly handle time series files containing modulators when creating timing partition files:
timing_tool.py -timing $tfile \
-tr $TRup -stim_dur $stim_dur[$sind] \
-run_len $run_lens \
-min_frac 0.3 \
-timing_to_1D $timing_prefix.$sind2.$label \
-per_run_file -show_timing
(Example of my time series file: option times * CR, EV)
Next, i found timing_pool. py seems to ignore '*' characters
(3dDeconvolve — AFNI, SUMA and FATCAT: v22.3.03)
As a beginner, I'm confused as to whether this means that the modulator is meaningless in PPI analysis, and that I only need to focus on the time series presented by the stimuli.
Or, should I replace or modify the timing_pool.py to produce my timing partition files.
If anyone has a suggestion, I would be very grateful!