Actions

FMRI navigation

From ACL@NCU

Revision as of 23:25, 12 November 2014 by Aclexp (talk | contribs) (Created page with " == This page is for using AFNI on the acl_comp server to analyze the FMRI navigation experiment (starfield). == = Preprocessing = *These notes apply to 140.115.47.153 *Crea...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This page is for using AFNI on the acl_comp server to analyze the FMRI navigation experiment (starfield).

Preprocessing

  • These notes apply to 140.115.47.153
  • Creating alias of commands (or “shortcuts”), under the home directory, use the nano command to edit a configuration file:
nano .tschrc.aclexp
  • Add to the bottom of the file:
alias <name_of_shortcut> <‘your command’>

Replace contents within <> to suit your need. For example:

alias cdnav ‘cd /media/DATA1/navigation’

allows you to type just “cdnav” (without the quotes) to change directory from anywhere to /media/DATA1/navigation. You will have to reinitiate another instance of terminal for the new settings to be effective.