AFNI Message Board

Dear AFNI users-

We are very pleased to announce that the new AFNI Message Board framework is up! Please join us at:

https://discuss.afni.nimh.nih.gov

Existing user accounts have been migrated, so returning users can login by requesting a password reset. New users can create accounts, as well, through a standard account creation process. Please note that these setup emails might initially go to spam folders (esp. for NIH users!), so please check those locations in the beginning.

The current Message Board discussion threads have been migrated to the new framework. The current Message Board will remain visible, but read-only, for a little while.

Sincerely, AFNI HQ

History of AFNI updates  

|
September 13, 2018 10:10AM
Your 3dTshift warning about datasets already being aligned in time suggests that the slice timing information is not included in the dataset header (this is actually pretty common). You can specify a timing pattern using:

-tshift_opts_ts -tpattern alt+z

replace the alt+z with your actual slice time information

             S L I C E   N U M B E R
   tpattern    0   1   2   3   4   Comment
   --------- --- --- --- --- ---   -------------------------------
   altplus     0 600 200 800 400   Alternating in the +z direction
   alt+z2    400   0 600 200 800   Alternating, but starting at #1
   altminus  400 800 200 600   0   Alternating in the -z direction
   alt-z2    800 200 600   0 400   Alternating, starting at #nz-2 
   seqplus     0 200 400 600 800   Sequential  in the +z direction
   seqminus  800 600 400 200   0   Sequential  in the -z direction

  If @filename is used for tpattern, then nz ASCII-formatted numbers
  are read from the file.  These indicate the time offsets for each
  slice. For example, if 'filename' contains
     0 600 200 800 400
  then this is equivalent to 'altplus' in the above example.
  (nz = number of slices in the input dataset)

N.B.: if you are using -tpattern, make sure that the units supplied
      match the units of TR in the dataset header, or provide a
      new TR using the -TR option.

Subject Author Posted

NII to BRIK questions

Nathan Petro September 12, 2018 04:04PM

Re: NII to BRIK questions

rick reynolds September 13, 2018 09:13AM

Re: NII to BRIK questions

jiaxin September 15, 2018 03:38AM

Re: NII to BRIK questions

jiaxin September 15, 2018 09:33AM

Re: NII to BRIK questions

Peter Molfese September 13, 2018 10:10AM

Re: NII to BRIK questions

Nathan Petro September 26, 2018 04:16PM