processing-scripts
processing-scripts > RE: Does anyone knows the following error message
Oct 11, 2011 12:10 PM | Clare Kelly
RE: Does anyone knows the following error message
Hi
Daniel,It sounds like your TR is set to 1 in the header... It seems
you have 192 time points, but with a TR of 1, the slowest frequency
(the length of the entire time series) is just over 0.005, so
3dFourier can't set the high pass point to 0.005.
If your TR is not 1, then you need to set it correctly in the header, using 3drefit:
3drefit -TR 2 filename.nii.gz
You could add this step to the beginning of the preprocessing.
I think we've seen that TR problem with Philips data before...
Cheers,Clare
If your TR is not 1, then you need to set it correctly in the header, using 3drefit:
3drefit -TR 2 filename.nii.gz
You could add this step to the beginning of the preprocessing.
I think we've seen that TR problem with Philips data before...
Cheers,Clare
Threaded View
Title | Author | Date |
---|---|---|
Daniel Keeser | Oct 11, 2011 | |
Clare Kelly | Oct 11, 2011 | |
Daniel Keeser | Oct 11, 2011 | |
Daniel Keeser | Oct 11, 2011 | |