History of AFNI updates  

|
September 28, 2022 01:02PM
Thanks for sending the files. Indeed, they have non-printable characters in them, meaning they are not in pure ASCII text format.

You can use file_tool to fix them, for example. But it would be good to figure out editing methods that will not lead to this. It can cause trouble in scripts, too.

For now, you can test a file using something like:

file_tool -test -infile TIMING_FILE


Add something like -prefix to fix it. For example, using tcsh, not bash:

mkdir fixed.files
foreach file ( sub*.txt )
   file_tool -infile $file -test -prefix fixed.files/$file
end

Does that seem reasonable?

- rick
Subject Author Posted

first run missing from design matrix after 3ddeconvolve Attachments

bfuchs September 27, 2022 01:35PM

Re: first run missing from design matrix after 3ddeconvolve

rick reynolds September 27, 2022 06:30PM

Re: first run missing from design matrix after 3ddeconvolve

rick reynolds September 28, 2022 01:02PM

Re: first run missing from design matrix after 3ddeconvolve

bfuchs September 28, 2022 03:35PM

Re: first run missing from design matrix after 3ddeconvolve

rick reynolds September 28, 2022 06:58PM